Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanBarriere authored Dec 16, 2024
1 parent 15c6879 commit 46a919f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ description: "Setup Node, PNPM, and install dependencies"
runs:
using: "composite"
steps:
- uses: pnpm/action-setup@v2
with:
version: 7
run_install: false
- run: npm install -g [email protected]
shell: bash

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
cache: 'pnpm'
node-version: '22.12.0'
registry-url: 'https://npm.pkg.github.com'
always-auth: true

- id: pnpm-cache
shell: bash
Expand Down

0 comments on commit 46a919f

Please sign in to comment.