Skip to content

Commit

Permalink
feat: 指定node版本
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuhengtan committed Nov 20, 2023
1 parent 101d9d2 commit 317f172
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
with:
persist-credentials: false

- name: Setup Node.js environment
uses: actions/setup-node@v2
with:
node-version: '14' # 指定你需要的Node.js版本


- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
Expand Down

0 comments on commit 317f172

Please sign in to comment.