Browse Source

Merge pull request #446 from danditomaso/fix/update-lock-file-version

fix: update pnpm lock file version
pull/448/head
Dan Ditomaso 1 year ago
committed by GitHub
parent
commit
9cb449aa31
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,6 +18,8 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 10
- name: Install Dependencies
run: pnpm install

2
.github/workflows/pr.yml

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

4
package.json

@ -24,10 +24,6 @@
"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: '9.0'
lockfileVersion: '10.0'
settings:
autoInstallPeers: true

Loading…
Cancel
Save