Skip to content

Commit

Permalink
Lock PNPM version to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBitz committed Aug 21, 2023
1 parent 39eecc5 commit 1322c6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup PNPM 7
uses: pnpm/action-setup@v2.0.1
with:
version: latest
version: 7
- name: Setup Node 18
uses: actions/setup-node@v2
with:
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Setup PNPM 7
uses: pnpm/action-setup@v2.0.1
with:
version: latest
version: 7
- name: Setup Node 18
uses: actions/setup-node@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup PNPM 7
uses: pnpm/action-setup@v2.0.1
with:
version: latest
version: 7
- name: Setup Node 18
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 1322c6b

Please sign in to comment.