Skip to content

Commit 02f826f

Browse files
authored
Regenerate package-lock.json with npm 11 (#86)
npm 11 has stricter lockfile validation and requires the lockfile to be generated with npm 11+ for compatibility.
1 parent 7beab28 commit 02f826f

File tree

2 files changed

+410
-173
lines changed

2 files changed

+410
-173
lines changed

.github/workflows/pr-checks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- uses: actions/setup-node@v4
1818
with:
1919
node-version: "22"
20+
- run: npm install -g npm@latest
2021
- run: npm ci
2122
- run: npm run lint
2223
- run: npm run build

0 commit comments

Comments
 (0)