Skip to content

Commit 5e73b91

Browse files
committed
chore: specify node version
1 parent 810adca commit 5e73b91

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/actions/js-setup/action.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ runs:
99
- name: Install Node.js
1010
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
1111
with:
12-
node-version-file: ".nvmrc"
13-
node-version: "22.12.0"
12+
node-version: ">=22"
1413

1514
- name: Use corepack to activate pnpm
1615
run: corepack enable

0 commit comments

Comments
 (0)