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 c3f683c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,18 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v3

- uses: pnpm/action-setup@v2.2.2
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: "18"
cache: "pnpm"

- uses: pnpm/action-setup@v3
name: Install pnpm
id: pnpm-install
with:
version: 8

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

- name: Run PNPM install
run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit c3f683c

Please sign in to comment.