Skip to content

Commit 664f925

Browse files
committed
upgrade node-version to 22
1 parent 867c16c commit 664f925

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/npm-publish-github-packages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: 18
16+
node-version: 22
1717
- run: npm ci
1818
- run: npm run build
1919

@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v3
2525
- uses: actions/setup-node@v3
2626
with:
27-
node-version: 18
27+
node-version: 22
2828

2929
- name: Setup XVFB and Headless Chrome
3030
run: |
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v3
4848
- uses: actions/setup-node@v3
4949
with:
50-
node-version: 18
50+
node-version: 22
5151
- run: npm ci
5252
- run: npm run build
5353

@@ -70,7 +70,7 @@ jobs:
7070
- uses: actions/checkout@v3
7171
- uses: actions/setup-node@v3
7272
with:
73-
node-version: 18
73+
node-version: 22
7474
registry-url: https://npm.pkg.github.com/
7575
- run: npm ci
7676
- name: Bump version

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: '18'
14+
node-version: 22
1515
- run: npm ci
1616
- run: npm run build && npm run build-minify
1717

@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v3
3232
- uses: actions/setup-node@v3
3333
with:
34-
node-version: '18'
34+
node-version: 22
3535
registry-url: 'https://registry.npmjs.org'
3636
- run: npm ci
3737
- run: npm run build

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@servicestack/vue",
3-
"version": "3.0.129",
3+
"version": "3.0.128",
44
"private": false,
55
"files": [
66
"dist"
@@ -51,7 +51,7 @@
5151
"postcss-cli": "^11.0.1",
5252
"shx": "^0.4.0",
5353
"tailwindcss": "^3.4.18",
54-
"typescript": "^5.9.3",
54+
"typescript": "~5.9.3",
5555
"uglify-js": "^3.19.3",
5656
"vite": "^7.1.7",
5757
"vite-plugin-dts": "^4.5.4",

0 commit comments

Comments
 (0)