Skip to content

Commit

Permalink
Update workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Nov 22, 2024
1 parent 9d9779f commit 3534f7d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
# https://github.com/actions/starter-workflows/blob/main/ci/node.js.yml

name: Node.js CI

Expand All @@ -16,7 +17,13 @@ jobs:

strategy:
matrix:
node-version: [ current, 22.x, 20.x, 18.x, 16.x ]
node-version:
- current
- 22.x
- 20.x
- 18.x
- 16.x
- 14.x

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3534f7d

Please sign in to comment.