We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d431b0 commit 7968f6cCopy full SHA for 7968f6c
.github/workflows/node_build.yml
@@ -1,5 +1,5 @@
1
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
2
-# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
+# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
3
4
name: Node.js CI
5
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
os: [ubuntu-latest]
17
- node-version: [16.x, 18.x]
+ node-version: [18.x, 20.x]
18
19
name: Build using ${{ matrix.node-version }} on ${{ matrix.os }}
20
runs-on: ${{ matrix.os }}
0 commit comments