Skip to content

Commit 11da484

Browse files
committed
ci: use node 22
1 parent 3b20f67 commit 11da484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
- name: Setup Node.js
1212
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
1313
with:
14-
node-version: 20
14+
node-version: 22
1515
cache: pnpm
1616

1717
- name: Install dependencies

0 commit comments

Comments
 (0)