Skip to content

Commit 0f3b20c

Browse files
committed
change node version in gh pags
1 parent b59d0f1 commit 0f3b20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Node.js
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: [20.x, 22.x]
27+
node-version: 22.x
2828

2929
- name: Install dependencies
3030
run: npm install

0 commit comments

Comments
 (0)