Browse Source
Revert "fix: update pnpm lock file version"
pull/451/head
Dan Ditomaso
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with
5 additions and
5 deletions
-
.github/workflows/ci.yml
-
.github/workflows/pr.yml
-
package.json
-
pnpm-lock.yaml
|
|
|
@ -18,8 +18,6 @@ jobs: |
|
|
|
|
|
|
|
- name: Setup pnpm |
|
|
|
uses: pnpm/action-setup@v4 |
|
|
|
with: |
|
|
|
version: 10 |
|
|
|
|
|
|
|
- name: Install Dependencies |
|
|
|
run: pnpm install |
|
|
|
|
|
|
|
@ -11,8 +11,6 @@ jobs: |
|
|
|
|
|
|
|
- name: Setup pnpm |
|
|
|
uses: pnpm/action-setup@v4 |
|
|
|
with: |
|
|
|
version: 10 |
|
|
|
|
|
|
|
- name: Install Dependencies |
|
|
|
run: pnpm install |
|
|
|
|
|
|
|
@ -24,6 +24,10 @@ |
|
|
|
"npm run format" |
|
|
|
] |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": ">=20.0.0", |
|
|
|
"pnpm": ">=10.0.0" |
|
|
|
}, |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"url": "git+https://github.com/meshtastic/web.git" |
|
|
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
lockfileVersion: '10.0' |
|
|
|
lockfileVersion: '9.0' |
|
|
|
|
|
|
|
settings: |
|
|
|
autoInstallPeers: true |
|
|
|
|