Skip to content

Commit

Permalink
Merge pull request #59 from monax/fixate-pnpm-version
Browse files Browse the repository at this point in the history
Fixate pnpm version in CI workflows
  • Loading branch information
dalem-monax committed Feb 28, 2023
2 parents 4e9869f + f2ef3d5 commit eedfdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
fetch-depth: 0
- uses: pnpm/action-setup@v2
with:
version: ^7.18.0
version: 7.27.1
- run: pnpm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
- run: pnpm ci:publish

0 comments on commit eedfdba

Please sign in to comment.