We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57fbd94 commit 1dba8e2Copy full SHA for 1dba8e2
.github/workflows/website.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Setup Node.js
14
uses: actions/setup-node@v2
15
with:
16
- node-version: 14
+ node-version: 20
17
- name: Set Env
18
run: |
19
echo "CURRENT_VERSION=$(node -p 'require("./package.json").version')" >> $GITHUB_ENV
@@ -30,4 +30,4 @@ jobs:
30
uses: peaceiris/actions-gh-pages@v3
31
32
github_token: ${{ secrets.GITHUB_TOKEN }}
33
- publish_dir: ./example/dist
+ publish_dir: ./example/dist
0 commit comments