Skip to content

Commit

Permalink
Add Node 17 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
iansu committed Nov 1, 2021
1 parent 9d0369b commit d82dde6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
cache: 'npm'
- name: Install npm@7
run: npm i -g npm@7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
node: ['14', '16']
node: ['14', '16', '17']
steps:
- uses: actions/checkout@v2
- name: Setup node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
cache: 'npm'
- name: Install npm@7
run: npm i -g npm@7
Expand Down
1 change: 1 addition & 0 deletions azure-pipelines-test-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ parameters:
configurations:
LinuxNode14: { vmImage: 'ubuntu-latest', nodeVersion: 14.x }
LinuxNode16: { vmImage: 'ubuntu-latest', nodeVersion: 16.x }
LinuxNode17: { vmImage: 'ubuntu-latest', nodeVersion: 17.x }

jobs:
- job: ${{ parameters.name }}
Expand Down

0 comments on commit d82dde6

Please sign in to comment.