Skip to content

Commit

Permalink
Merge branch 'master' into bartvandenende/bslint-json-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron authored May 7, 2024
2 parents 5f77dad + 9c69eb3 commit 1d52e5d
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 @@ -21,6 +21,7 @@ jobs:
- uses: actions/setup-node@master
with:
node-version: "14.18.1"
architecture: 'x64' # fix for macos-latest
- run: npm ci
- run: npm run build
- run: npm run lint
Expand All @@ -38,6 +39,7 @@ jobs:
- uses: actions/setup-node@master
with:
node-version: "14.18.1"
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 1d52e5d

Please sign in to comment.