Skip to content

Commit

Permalink
Merge pull request #117 from jaredwray/updating-to-support-nodejs-16,…
Browse files Browse the repository at this point in the history
…-18,-and-20

updating to support nodejs 16, 18, and 20
  • Loading branch information
jaredwray committed Jul 3, 2023
2 parents 13d3ab4 + 99c2c7d commit a5c2a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Expand Up @@ -13,7 +13,7 @@ jobs:

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

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

0 comments on commit a5c2a96

Please sign in to comment.