Skip to content

Commit

Permalink
ci: update Node.js verisons
Browse files Browse the repository at this point in the history
Signed-off-by: Rifa Achrinza <[email protected]>
  • Loading branch information
achrinza committed Nov 24, 2021
1 parent 6ac5f84 commit e92078e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [10, 12, 14, 15]
node-version: [10, 12, 14, 16, 17]
mongodb-version: [4.4]
redis-version: [6]
include:
- os: windows-latest
node-version: 14
node-version: 16
- os: macos-latest
node-version: 14
node-version: 16
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Use Node.js 14
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
- name: Bootstrap project
run: |
npm ci --ignore-scripts
Expand All @@ -101,7 +101,7 @@ jobs:
- name: Use Node.js 14
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
- name: Bootstrap project
run: |
npm ci --ignore-scripts
Expand Down

0 comments on commit e92078e

Please sign in to comment.