File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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
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 : |
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
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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 11{
22 "name" : " @servicestack/vue" ,
3- "version" : " 3.0.129 " ,
3+ "version" : " 3.0.128 " ,
44 "private" : false ,
55 "files" : [
66 " dist"
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" ,
You can’t perform that action at this time.
0 commit comments