Skip to content

Commit 4d052d2

Browse files
fix: update node version
1 parent f11873a commit 4d052d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 20
21+
node-version: 22
2222

2323
- name: Install dependencies
2424
run: npm ci

0 commit comments

Comments
 (0)