Skip to content

Commit

Permalink
chore(ci): update node.js version in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Jan 14, 2025
1 parent fd1770c commit 08ed5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 22
node-version: 22.13.0
- name: Install & Build
uses: bahmutov/npm-install@ec9e87262db2a1be2ca3ceb2d506c413a220542c # v1.10.5
with:
Expand Down

0 comments on commit 08ed5b7

Please sign in to comment.