mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-13 22:37:14 +10:00
pin versions of pnpm and node
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user