Skip to content

Commit

Permalink
pin versions of pnpm and node
Browse files Browse the repository at this point in the history
  • Loading branch information
AmruthPillai committed May 7, 2024
1 parent e2e2551 commit 7b394f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test-build.yml
Expand Up @@ -26,13 +26,13 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3.0.0
with:
version: 9
version: 9.1.0

- name: Setup Node.js
uses: actions/setup-node@v4.0.2
with:
cache: "pnpm"
node-version: 20
node-version: 20.12.2

- name: Install Dependencies
run: pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -255,7 +255,7 @@
"zundo": "^2.1.0",
"zustand": "^4.5.2"
},
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.0",
"engines": {
"node": ">=18.17.0"
},
Expand Down

0 comments on commit 7b394f1

Please sign in to comment.