Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ubermanu committed Sep 24, 2023
1 parent c18d87b commit 94819d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
with:
node-version: '19.x'
registry-url: 'https://registry.npmjs.org'
cache: 'pnpm'
- uses: pnpm/action-setup@v2
with:
version: 8.1.1
version: 8
- run: pnpm i
- run: pnpm build
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
with:
node-version: '19.x'
registry-url: 'https://registry.npmjs.org'
cache: 'pnpm'
- uses: pnpm/action-setup@v2
with:
version: 8.1.1
version: 8
- run: pnpm i
- run: pnpm publish --no-git-checks --access public
env:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:
with:
node-version: '19.x'
registry-url: 'https://registry.npmjs.org'
cache: 'pnpm'
- uses: pnpm/action-setup@v2
with:
version: 8.1.1
version: 8
- run: pnpm i
- run: pnpm zip
- name: Upload Release Extension
Expand Down

0 comments on commit 94819d6

Please sign in to comment.