Skip to content

Commit

Permalink
指定 node.js 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeraabbccdd committed Sep 22, 2023
1 parent f92b9aa commit 74cc42f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install and Build
run: |
yarn
Expand Down

0 comments on commit 74cc42f

Please sign in to comment.