Skip to content

Commit 838bc31

Browse files
committed
ci: update Node.js test versions
see: loopbackio/cicd#27 see: loopbackio/cicd#83 Signed-off-by: Rifa Achrinza <[email protected]>
1 parent 0f24d69 commit 838bc31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continuous-integration.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [ubuntu-latest]
22-
node-version: [10, 12, 14, 16]
22+
node-version: [10, 12, 14, 16, 18, 20, 21]
2323
include:
2424
- os: macos-latest
25-
node-version: 14 # LTS
25+
node-version: 18 # LTS
2626
- os: windows-latest
27-
node-version: 14 # LTS
27+
node-version: 18 # LTS
2828
fail-fast: false
2929
runs-on: ${{ matrix.os }}
3030
steps:

0 commit comments

Comments
 (0)