Skip to content

Commit

Permalink
chore: update gh workflows versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ubermanu committed Jun 3, 2024
1 parent 753aa01 commit 4840418
Show file tree
Hide file tree
Showing 4 changed files with 5,459 additions and 4,638 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 8
version: 9

- uses: actions/setup-node@v4
with:
node-version: 19
node-version: 21
registry-url: 'https://registry.npmjs.org'
cache: 'pnpm'

Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,12 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8
version: 9
- uses: actions/setup-node@v4
with:
node-version: '19.x'
node-version: 21
registry-url: 'https://registry.npmjs.org'
cache: 'pnpm'
- uses: pnpm/action-setup@v4
with:
version: 8
- run: pnpm i
- run: pnpm publish --no-git-checks --access public
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8
version: 9
- uses: actions/setup-node@v4
with:
node-version: '19.x'
node-version: 21
registry-url: 'https://registry.npmjs.org'
cache: 'pnpm'
- run: pnpm i
Expand Down
Loading

0 comments on commit 4840418

Please sign in to comment.