We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ceaf292 + da0e28e commit e465639Copy full SHA for e465639
1 file changed
.github/workflows/gh-pages.yml
@@ -17,12 +17,12 @@ jobs:
17
- uses: actions/checkout@v4
18
- uses: actions/setup-node@v4
19
with:
20
- node-version: 'lts/*'
+ node-version: '20'
21
- run: |
22
npm install
23
npm run build
24
- name: Deploy 🚀
25
- uses: JamesIves/github-pages-deploy-action@4.1.7
+ uses: JamesIves/github-pages-deploy-action@4
26
27
branch: gh-pages
28
folder: public
0 commit comments