Skip to content

Commit

Permalink
chore: 🐳
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjone committed Jul 5, 2023
1 parent 94c39d9 commit 59cdf1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: 2. 设置 Node.js
uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VERSION }}
node-version: 16

- name: 3. 安装依赖
run: yarn && cd docs && yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: 2. 设置 Node.js
uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VERSION }}
node-version: 16
registry-url: 'https://registry.npmjs.org'

- name: 3. 安装依赖
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: 2. 设置 Node.js
uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VERSION }}
node-version: 16
registry-url: 'https://registry.npmjs.org'

- name: 3. 安装依赖
Expand Down

0 comments on commit 59cdf1a

Please sign in to comment.