Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added Node.js v18 and v20 to Actions (#765)
  • Loading branch information
Balearica committed May 17, 2023
1 parent b23ebf3 commit 15fdd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Expand Up @@ -16,7 +16,7 @@ jobs:

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

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

0 comments on commit 15fdd9e

Please sign in to comment.