Skip to content

Commit 1604b72

Browse files
Merge remote-tracking branch 'origin/master' into bartvandenende/bslint-json-schema
2 parents cc85710 + 9c69eb3 commit 1604b72

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- uses: actions/setup-node@master
2222
with:
2323
node-version: "14.18.1"
24+
architecture: 'x64' # fix for macos-latest
2425
- run: npm ci
2526
- run: npm run build
2627
- run: npm run lint
@@ -38,6 +39,7 @@ jobs:
3839
- uses: actions/setup-node@master
3940
with:
4041
node-version: "14.18.1"
42+
architecture: 'x64' # fix for macos-latest
4143
- run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ./.npmrc
4244
- run: npm ci
4345
- run: npm run build

0 commit comments

Comments
 (0)