Skip to content

Commit

Permalink
Merge pull request #127 from snow-actions/npm-run-prepare
Browse files Browse the repository at this point in the history
Node.js version
  • Loading branch information
SnowCait committed Apr 22, 2024
2 parents 6924049 + d587494 commit 2f33fd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.0.2
with:
node-version: 16.x
- run: npm ci
- run: npm run prepare
- name: Diff
id: diff
Expand Down

0 comments on commit 2f33fd6

Please sign in to comment.