Skip to content

Commit

Permalink
chore: assign node version in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
flingyp committed Mar 9, 2024
1 parent adc2df6 commit 6e76144
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
# 获取源码
- name: Checkout
uses: actions/[email protected]
# 指定Node版本
- name: Setup node.js version
uses: actions/setup-node@v3
with:
node-version: '18'
# 安装Pnpm
- name: Install Pnpm
run: npm install pnpm -g
Expand Down

0 comments on commit 6e76144

Please sign in to comment.