Skip to content

Commit

Permalink
Update node version to fix syntax issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tmathern committed Jan 10, 2024
1 parent 8ef3971 commit fd9c127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
strategy:
matrix:
node-version: [14.16.1, 14.17]
node-version: [16.15.0]

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

0 comments on commit fd9c127

Please sign in to comment.