Skip to content

Commit fef7f6b

Browse files
authored
ci: setup pnpm in npm publish workflow (#1176)
1 parent 0898b6d commit fef7f6b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
registry-url: "https://registry.npmjs.org"
1919
package-manager-cache: false # never use caching in release builds
2020
scope: "@epfml"
21+
- uses: pnpm/action-setup@v6
2122
- run: pnpm ci
2223
- run: pnpm -F 'discojs*' version prerelease --preid=p`date +%Y%m%d%H%M%S`
2324
if: github.ref_type == 'branch'

0 commit comments

Comments
 (0)