There was an error while loading. Please reload this page.
2 parents cc85710 + 9c69eb3 commit 1604b72Copy full SHA for 1604b72
1 file changed
.github/workflows/build.yml
@@ -21,6 +21,7 @@ jobs:
21
- uses: actions/setup-node@master
22
with:
23
node-version: "14.18.1"
24
+ architecture: 'x64' # fix for macos-latest
25
- run: npm ci
26
- run: npm run build
27
- run: npm run lint
@@ -38,6 +39,7 @@ jobs:
38
39
40
41
42
43
- run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ./.npmrc
44
45
0 commit comments