Skip to content

Commit

Permalink
feat: release workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
maneike committed Oct 29, 2024
1 parent 6150981 commit db68ed9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3

- name: Setup Node.js 20.x
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: latest

- name: Clear pnpm cache
run: pnpm store prune

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@latest
with:
version: 9.6.0

Expand Down

0 comments on commit db68ed9

Please sign in to comment.