Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
kwongpan committed Jun 5, 2024
1 parent f8db745 commit a13aad1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: NPM auth, install and build
run: |
npm set https://registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN
npm set //registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN
yarn install --inmutable
yarn build
yarn lint
4 changes: 2 additions & 2 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: NPM auth, install and build
run: |
npm set https://registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN
npm set //registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN
yarn install --inmutable
yarn build
Expand Down

0 comments on commit a13aad1

Please sign in to comment.