Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
ci: update node and pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolassutter committed May 29, 2024
1 parent 4b3d89b commit 046552b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [18]
node-version: [20]

steps:
- uses: actions/checkout@v3
Expand All @@ -22,7 +22,7 @@ jobs:

- uses: pnpm/[email protected]
with:
version: 7
version: 9

- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 046552b

Please sign in to comment.