forked from ParadigmEducation/snowflake-notes
chore: fix pnpm version
This commit is contained in:
@@ -23,6 +23,8 @@ jobs:
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 10
|
||||
|
||||
- name: Install
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
"engines": {
|
||||
"node": ">=20.0.0"
|
||||
},
|
||||
"packageManager": "pnpm@10.0.0+",
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.10.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.48.0",
|
||||
|
||||
Reference in New Issue
Block a user