Merge pull request #451 from meshtastic/revert-446-fix/update-lock-file-version

Revert "fix: update pnpm lock file version"
This commit is contained in:
Dan Ditomaso
2025-02-21 12:24:16 -05:00
committed by GitHub
4 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@@ -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 generated
View File

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