Skip to content

Commit b23e197

Browse files
authored
Merge pull request meshtastic#451 from meshtastic/revert-446-fix/update-lock-file-version
Revert "fix: update pnpm lock file version"
2 parents d6f2d3a + ff65152 commit b23e197

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818

1919
- name: Setup pnpm
2020
uses: pnpm/action-setup@v4
21-
with:
22-
version: 10
2321

2422
- name: Install Dependencies
2523
run: pnpm install

.github/workflows/pr.yml

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111

1212
- name: Setup pnpm
1313
uses: pnpm/action-setup@v4
14-
with:
15-
version: 10
1614

1715
- name: Install Dependencies
1816
run: pnpm install

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
"npm run format"
2525
]
2626
},
27+
"engines": {
28+
"node": ">=20.0.0",
29+
"pnpm": ">=10.0.0"
30+
},
2731
"repository": {
2832
"type": "git",
2933
"url": "git+https://github.com/meshtastic/web.git"

pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)