Skip to content

Commit

Permalink
set up pnpm before node
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Mar 29, 2024
1 parent 5b38b54 commit 84cdd97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
with:
ref: main
fetch-depth: 0
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'

Check failure on line 46 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / lint

Must use plain style scalar
cache: 'pnpm'

Check failure on line 47 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / lint

Must use plain style scalar
- uses: pnpm/action-setup@v3
- name: NPM Setup
run: |
npm set registry "https://registry.npmjs.org/"
Expand Down

0 comments on commit 84cdd97

Please sign in to comment.