Skip to content

Commit

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

0 comments on commit e3491ec

Please sign in to comment.