Skip to content

Commit

Permalink
fix pnpm version for github actions (#566)
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitry Til <dmitry.till@careerkarma.com>
  • Loading branch information
dimatill and dimatillck committed May 10, 2023
1 parent ba3d159 commit 63d6879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm i -g pnpm
- run: npm i -g pnpm@7
- run: pnpm i
# Publish
- run: pnpm compile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm i -g pnpm
- run: npm i -g pnpm@7
- run: pnpm install
# Test
- run: pnpm compile
Expand Down

0 comments on commit 63d6879

Please sign in to comment.