Skip to content

Commit

Permalink
fix: updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
demeyerthom committed Jan 8, 2025
1 parent 6084b02 commit dbf1c5c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,17 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v3

- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v3
name: Install pnpm
id: pnpm-install
with:
version: 8
run_install: false

- name: Set up Node.js
uses: actions/setup-node@v3
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: "18"
cache: "pnpm"

- name: Run PNPM install
Expand Down

0 comments on commit dbf1c5c

Please sign in to comment.