Skip to content

Commit a1d6a97

Browse files
committed
build: enable package lock file
1 parent bbea521 commit a1d6a97

File tree

3 files changed

+18481
-2
lines changed

3 files changed

+18481
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
fetch-depth: 0
4949
- uses: actions/setup-node@v4
5050
with:
51-
node-version: "20.x"
51+
node-version: "22.x"
5252
registry-url: "https://registry.npmjs.org"
5353
- run: npm ci
5454
- run: npm run publish

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ node_modules
88
lerna-debug.log
99
yarn.lock
1010
yarn-error.log
11-
package-lock.json

0 commit comments

Comments
 (0)