mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 23:52:06 +00:00
ci: run tests in node 16 (#20644)
This commit is contained in:
parent
8f0a71f496
commit
847e0ec07d
18
.github/workflows/test.yml
vendored
18
.github/workflows/test.yml
vendored
@ -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
|
||||
@ -61,7 +61,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
node: [14]
|
||||
node: [16]
|
||||
|
||||
steps:
|
||||
- uses: actions/setup-node@v3
|
||||
@ -94,7 +94,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
node: [14]
|
||||
node: [16]
|
||||
|
||||
steps:
|
||||
- uses: actions/setup-node@v3
|
||||
@ -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
|
||||
@ -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"
|
||||
@ -201,7 +201,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
node: [14]
|
||||
node: [16]
|
||||
|
||||
steps:
|
||||
- uses: actions/setup-node@v3
|
||||
@ -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
|
||||
@ -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
|
||||
@ -311,7 +311,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
node: [14]
|
||||
node: [16]
|
||||
|
||||
steps:
|
||||
- name: checkout
|
||||
|
8
.github/workflows/windows.yml
vendored
8
.github/workflows/windows.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest]
|
||||
node: [14]
|
||||
node: [16]
|
||||
|
||||
steps:
|
||||
- uses: actions/setup-node@v3
|
||||
@ -55,7 +55,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest]
|
||||
node: [14]
|
||||
node: [16]
|
||||
|
||||
env:
|
||||
NODE_OPTIONS: "--max_old_space_size=4096"
|
||||
@ -89,7 +89,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest]
|
||||
node: [14]
|
||||
node: [16]
|
||||
|
||||
env:
|
||||
NODE_OPTIONS: "--max_old_space_size=4096"
|
||||
@ -128,7 +128,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest]
|
||||
node: [14]
|
||||
node: [16]
|
||||
|
||||
env:
|
||||
NODE_OPTIONS: "--max_old_space_size=4096"
|
||||
|
Loading…
Reference in New Issue
Block a user