Skip to content

Commit

Permalink
Update CI node version
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Jan 28, 2025
1 parent 73ee031 commit c18b891
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:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 21.x
node-version: 23.x
- run: yarn install
- run: yarn reset
- run: yarn compile
Expand Down

0 comments on commit c18b891

Please sign in to comment.