Skip to content

Commit 4a319df

Browse files
committed
fix: use node version 22
1 parent a2750ee commit 4a319df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Node
3737
uses: actions/setup-node@v4
3838
with:
39-
node-version: 20
39+
node-version: 22
4040
cache: yarn # or pnpm / yarn
4141
- name: Setup Pages
4242
uses: actions/configure-pages@v4

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20
1+
v22

0 commit comments

Comments
 (0)