Skip to content

Commit

Permalink
Merge 0e56eb5 into b634f67
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed May 3, 2024
2 parents b634f67 + 0e56eb5 commit 400c66c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/setup-node@master
with:
node-version: "14.19.0"
architecture: 'x64' # fix for macos-latest
- run: npm ci
- run: npm run preversion
- run: npm run publish-coverage
Expand All @@ -30,6 +31,7 @@ jobs:
- uses: actions/setup-node@master
with:
node-version: "14.19.0"
architecture: 'x64' # fix for macos-latest
- run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ./.npmrc
- run: npm ci
- run: npm run build
Expand Down

0 comments on commit 400c66c

Please sign in to comment.