We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 810adca commit 5e73b91Copy full SHA for 5e73b91
.github/actions/js-setup/action.yml
@@ -9,8 +9,7 @@ runs:
9
- name: Install Node.js
10
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
11
with:
12
- node-version-file: ".nvmrc"
13
- node-version: "22.12.0"
+ node-version: ">=22"
14
15
- name: Use corepack to activate pnpm
16
run: corepack enable
0 commit comments