File tree 4 files changed +674
-527
lines changed
4 files changed +674
-527
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ jobs:
10
10
test :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v4
14
14
15
15
- name : Install pnpm
16
16
uses : pnpm/action-setup@v2
17
17
with :
18
- version : 7
18
+ version : 8
19
19
20
20
- name : Set node version to 16
21
- uses : actions/setup-node@v2
21
+ uses : actions/setup-node@v4
22
22
with :
23
- node-version : 16
23
+ node-version : 18
24
24
cache : ' pnpm'
25
25
26
26
- run : pnpm install
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout code
14
- uses : actions/checkout@master
14
+ uses : actions/checkout@v4
15
15
- name : Create Release for Tag
16
16
id : release_tag
17
17
uses : yyx990803/release-tag@master
Original file line number Diff line number Diff line change 26
26
"engines" : {
27
27
"node" : " >=14.6.0"
28
28
},
29
+ "packageManager" :
" [email protected] " ,
29
30
"repository" : {
30
31
"type" : " git" ,
31
32
"url" : " git+https://github.com/vitejs/vite-plugin-basic-ssl.git"
35
36
},
36
37
"homepage" : " https://github.com/vitejs/vite-plugin-basic-ssl/#readme" ,
37
38
"peerDependencies" : {
38
- "vite" : " ^3.0.0 || ^4.0.0"
39
+ "vite" : " ^3.0.0 || ^4.0.0 || ^5.0.0 "
39
40
},
40
41
"devDependencies" : {
41
42
"@rollup/pluginutils" : " ^4.2.1" ,
55
56
"slash" : " ^3.0.0" ,
56
57
"source-map" : " ^0.6.1" ,
57
58
"unbuild" : " ^0.7.4" ,
58
- "vite" : " ^4 .0.0" ,
59
+ "vite" : " ^5 .0.0" ,
59
60
"vitest" : " ^0.15.1" ,
60
61
"node-forge" : " ^1.3.1"
61
62
}
You can’t perform that action at this time.
0 commit comments