Skip to content

Commit

Permalink
install node modules first
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Apr 19, 2023
1 parent fbaaed7 commit 2ccec94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- uses: actions/setup-node@master
with:
node-version: "12.22.7"
- run: npm ci
- run: npm run preversion
npm-release:
#only run this task if a tag starting with 'v' was used to trigger this (i.e. a tagged release)
Expand Down

0 comments on commit 2ccec94

Please sign in to comment.