Skip to content

Commit

Permalink
Merge pull request #365 from kurierjs/ci/update-node-versions
Browse files Browse the repository at this point in the history
Updates CI Node version matrix to include 20.x
  • Loading branch information
joelalejandro authored Oct 21, 2023
2 parents 42b7de1 + cc020ff commit a8ae282
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -20,8 +20,8 @@ jobs:
check-latest: true
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- name: npm 8
run: npm i -g npm@8 --registry=https://registry.npmjs.org
- name: npm 9
run: npm i -g npm@9 --registry=https://registry.npmjs.org
- name: install dependencies
run: npm ci
- name: build, and test the package
Expand Down

0 comments on commit a8ae282

Please sign in to comment.