Skip to content

Commit d37a08c

Browse files
authored
Update cd.yml
1 parent 9d644db commit d37a08c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-latest]
12-
node: [14]
12+
node: [18]
1313

1414
steps:
1515
- name: Checkout
@@ -30,4 +30,4 @@ jobs:
3030
uses: peaceiris/actions-gh-pages@v3
3131
with:
3232
github_token: ${{ secrets.GITHUB_TOKEN }}
33-
publish_dir: ./dist
33+
publish_dir: ./dist

0 commit comments

Comments
 (0)