Skip to content

Commit 8f8b740

Browse files
committed
Update node version to LTS and upgrade dependencies
1 parent c1b2c0c commit 8f8b740

File tree

3 files changed

+169
-47
lines changed

3 files changed

+169
-47
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v5
1414
- uses: actions/setup-node@v5
1515
with:
16-
node-version: latest
16+
node-version: lts/*
1717
registry-url: "https://registry.npmjs.org"
1818
scope: "@vuebro"
1919
- run: npm ci

package-lock.json

Lines changed: 167 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@types/node": "^24.10.1",
47-
"@vuebro/configs": "^1.1.79",
47+
"@vuebro/configs": "^1.2.0",
4848
"eslint": "^9.39.1"
4949
}
5050
}

0 commit comments

Comments
 (0)