Skip to content

Commit

Permalink
ci: update Node.js test versions
Browse files Browse the repository at this point in the history
see: loopbackio/cicd#27
see: loopbackio/cicd#83
Signed-off-by: Rifa Achrinza <[email protected]>
  • Loading branch information
achrinza committed Oct 26, 2023
1 parent 0f24d69 commit 838bc31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [10, 12, 14, 16]
node-version: [10, 12, 14, 16, 18, 20, 21]
include:
- os: macos-latest
node-version: 14 # LTS
node-version: 18 # LTS
- os: windows-latest
node-version: 14 # LTS
node-version: 18 # LTS
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 838bc31

Please sign in to comment.