File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
matrix :
10
10
node-version : [18.x]
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
- name : Use Node.js ${{ matrix.node-version }}
14
14
uses : actions/setup-node@v3
15
15
with :
Original file line number Diff line number Diff line change 10
10
node-version : [18.x]
11
11
runs-on : ${{ matrix.platform }}
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- name : Use Node.js ${{ matrix.node-version }}
15
15
uses : actions/setup-node@v3
16
16
with :
Original file line number Diff line number Diff line change 49
49
"@types/sinon" : " 10.0.16" ,
50
50
"acorn" : " 8.10.0" ,
51
51
"acorn-walk" : " 8.2.0" ,
52
- "ava" : " 3.15.0 " ,
52
+ "ava" : " 5.3.1 " ,
53
53
"babel-plugin-minify-replace" : " 0.5.0" ,
54
54
"babel-plugin-transform-remove-console" : " 6.9.4" ,
55
55
"benchmark" : " 2.1.4" ,
64
64
"polka" : " 0.5.2" ,
65
65
"prettier" : " 3.0.3" ,
66
66
"rimraf" : " 5.0.1" ,
67
- "rollup" : " 3.29 .2" ,
67
+ "rollup" : " 4.0 .2" ,
68
68
"rollup-plugin-analyzer" : " 4.0.0" ,
69
69
"rollup-plugin-terser" : " 7.0.2" ,
70
- "sinon" : " 15.2 .0" ,
70
+ "sinon" : " 16.1 .0" ,
71
71
"sirv" : " 2.0.3" ,
72
72
"tslint" : " 6.1.3" ,
73
73
"typescript" : " 5.2.2"
You can’t perform that action at this time.
0 commit comments