Skip to content

Commit 79ee747

Browse files
committed
fix: update Node version to 22 in setup action
1 parent e3a32e3 commit 79ee747

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/setup-node-pnpm-install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
run_install: false
2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 20
24+
node-version: 22
2525
cache: 'pnpm'
2626

2727
- name: 📦 Install Project Dependencies

0 commit comments

Comments
 (0)