Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wssgcg1213 committed Sep 13, 2023
1 parent 5f56c29 commit b3f1556
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
registry-url: https://registry.npmjs.com/
- uses: pnpm/action-setup@v2
with:
version: ^8.7.5
version: latest
- run: npm run setup
- run: |
npm config set //registry.npmjs.com/:_authToken=$NODE_AUTH_TOKEN
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://registry.npmjs.org/
node-version: 16
registry-url: https://registry.npmjs.com/
- uses: pnpm/action-setup@v2
with:
version: 6.21.0
version: latest
- run: npm run setup
- run: npm run build
- run: npm run lint
Expand Down

0 comments on commit b3f1556

Please sign in to comment.