Skip to content

Commit da0e28e

Browse files
committed
chore: update ci ndoe version
1 parent 7a87533 commit da0e28e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 'lts/*'
20+
node-version: '20'
2121
- run: |
2222
npm install
2323
npm run build
2424
- name: Deploy 🚀
25-
uses: JamesIves/github-pages-deploy-action@4.1.7
25+
uses: JamesIves/github-pages-deploy-action@4
2626
with:
2727
branch: gh-pages
2828
folder: public

0 commit comments

Comments
 (0)