Skip to content

Commit

Permalink
chore: specify node version
Browse files Browse the repository at this point in the history
  • Loading branch information
turnekybc committed Feb 2, 2025
1 parent b3e9fdb commit ad67724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/js-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
- name: Install Node.js
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: ">=22"
node-version: "v22.10.0"

- name: Use corepack to activate pnpm
run: corepack enable
Expand Down

0 comments on commit ad67724

Please sign in to comment.