Skip to content

Commit

Permalink
chore: Updated node version to 23.3.0 and pnpm version to 9.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shakkernerd authored Dec 21, 2024
1 parent 33c4626 commit 641ecec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23.3.0

- uses: pnpm/action-setup@v3
with:
version: 8
version: 9.15.0

- name: Configure Git
run: |
Expand Down

0 comments on commit 641ecec

Please sign in to comment.