Skip to content

Commit

Permalink
ci: run tests in node 16 (#20644)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 3, 2023
1 parent 8f0a71f commit 847e0ec
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]
node: [14]
node: [16]

steps:
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [14]
node: [16]

steps:
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [14]
node: [16]

steps:
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
matrix:
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]
node: [14]
node: [16]

steps:
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
matrix:
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]
node: [14]
node: [16]

env:
NODE_OPTIONS: "--max_old_space_size=4096"
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [14]
node: [16]

steps:
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
matrix:
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]
node: [14]
node: [16]

steps:
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
matrix:
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]
node: [14]
node: [16]

steps:
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -311,7 +311,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [14]
node: [16]

steps:
- name: checkout
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/windows.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
node: [14]
node: [16]

steps:
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
node: [14]
node: [16]

env:
NODE_OPTIONS: "--max_old_space_size=4096"
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
node: [14]
node: [16]

env:
NODE_OPTIONS: "--max_old_space_size=4096"
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
node: [14]
node: [16]

env:
NODE_OPTIONS: "--max_old_space_size=4096"
Expand Down

0 comments on commit 847e0ec

Please sign in to comment.