Skip to content

Commit 7968f6c

Browse files
authored
Update node_build.yml
1 parent 7d431b0 commit 7968f6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node_build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
2+
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
33

44
name: Node.js CI
55

@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest]
17-
node-version: [16.x, 18.x]
17+
node-version: [18.x, 20.x]
1818

1919
name: Build using ${{ matrix.node-version }} on ${{ matrix.os }}
2020
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)