mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
chore(ci): test against node@16 (#3756)
This commit is contained in:
parent
ab1e539cb4
commit
4b35915d6e
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
node: [14]
|
||||
node: [16]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
@ -46,7 +46,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
node: [14]
|
||||
node: [16]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
@ -67,7 +67,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
node: [14]
|
||||
node: [16]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
@ -94,7 +94,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
node: [14]
|
||||
node: [16]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
@ -120,7 +120,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
node: [14]
|
||||
node: [16]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
@ -158,7 +158,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
node: [14]
|
||||
node: [16]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user