Skip to content

Commit

Permalink
fix(ci): Release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wottpal committed Dec 4, 2024
1 parent b9fb0cd commit 368ab03
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 @@ -14,8 +14,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
pnpm-version: [9.4]
node-version: [22]
pnpm-version: [9.14.4]
steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 368ab03

Please sign in to comment.