Skip to content

Commit

Permalink
ci: update pnpm and node version in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kibotrel committed Jun 18, 2024
1 parent bbce354 commit 71b6165
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 9.1.1
version: 9.4.0
- uses: actions/setup-node@v3
with:
node-version: '20.13.1'
node-version: '20.14.0'
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm test
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 9.1.1
version: 9.4.0
- uses: actions/setup-node@v3
with:
node-version: '20.13.1'
node-version: '20.14.0'
cache: 'pnpm'
registry-url: https://registry.npmjs.org/
- run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit 71b6165

Please sign in to comment.