Skip to content

Commit

Permalink
ci: update Node.js versions
Browse files Browse the repository at this point in the history
see: loopbackio/cicd#2
see: loopbackio/cicd#4
Signed-off-by: Rifa Achrinza <[email protected]>
  • Loading branch information
achrinza committed Nov 25, 2021
1 parent 12eb27d commit 1e1bb3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [10, 12, 14, 16]
node-version: [10, 12, 14, 16, 17]
include:
- os: macos-latest
node-version: 14 # LTS
node-version: 16 # LTS
- os: windows-latest
node-version: 14
node-version: 16
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -71,7 +71,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
- name: Verify code linting
Expand All @@ -88,7 +88,7 @@ jobs:
- name: Use Node.js 14
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
- name: Install monorepo tools
run: npm ci --ignore-scripts
- name: Verify commit linting
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ node_js:
- 12
- 14
- 16
- 17

0 comments on commit 1e1bb3c

Please sign in to comment.