Skip to content

Commit

Permalink
Merge pull request #92 from pddg/pddg/add-node-v20
Browse files Browse the repository at this point in the history
Add Node 20.x to the target of CI
  • Loading branch information
siefkenj authored Mar 3, 2024
2 parents 8b1ce1d + 09b7001 commit 04fe242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down

0 comments on commit 04fe242

Please sign in to comment.