Skip to content

Commit

Permalink
Specify node 20 and 21 in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoss18 committed Nov 8, 2023
1 parent 2b63b0b commit 05e509d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [20.x, 21.x]

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

0 comments on commit 05e509d

Please sign in to comment.