Skip to content

Commit 61b55ca

Browse files
committed
downgrade node version in deploy.yml
1 parent 8e6351f commit 61b55ca

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
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828
- uses: actions/setup-node@v4
2929
with:
30-
node-version: latest
30+
node-version: 22
3131
cache: npm
3232

3333
- name: Install dependencies

0 commit comments

Comments
 (0)