Browse Source

Revert "fix: update pnpm lock file version"

pull/451/head
Dan Ditomaso 1 year ago
committed by GitHub
parent
commit
ff6515269b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/ci.yml
  2. 2
      .github/workflows/pr.yml
  3. 4
      package.json
  4. 2
      pnpm-lock.yaml

2
.github/workflows/ci.yml

@ -18,8 +18,6 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 10
- name: Install Dependencies
run: pnpm install

2
.github/workflows/pr.yml

@ -11,8 +11,6 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 10
- name: Install Dependencies
run: pnpm install

4
package.json

@ -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"

2
pnpm-lock.yaml

@ -1,4 +1,4 @@
lockfileVersion: '10.0'
lockfileVersion: '9.0'
settings:
autoInstallPeers: true

Loading…
Cancel
Save