Skip to content

Commit 132109d

Browse files
authored
Update deploy.yml
1 parent 3e4eb48 commit 132109d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js
1616
uses: actions/setup-node@v2
1717
with:
18-
node-version: '14'
18+
node-version: '18'
1919

2020
- name: Install dependencies
2121
run: npm ci
@@ -27,4 +27,4 @@ jobs:
2727
uses: peaceiris/actions-gh-pages@v3
2828
with:
2929
github_token: ${{ secrets.DEPLOY_TOKEN }}
30-
publish_dir: ./out
30+
publish_dir: ./out

0 commit comments

Comments
 (0)