File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v3
14
14
- name : Setup Node.js
15
- uses : actions/setup-node@v1
15
+ uses : actions/setup-node@v3
16
16
with :
17
17
node-version : 20
18
18
registry-url : https://registry.npmjs.org/
Original file line number Diff line number Diff line change 46
46
"@rollup/plugin-babel" : " 5.2.0" ,
47
47
"@rollup/plugin-commonjs" : " 11.1.0" ,
48
48
"@rollup/plugin-node-resolve" : " 7.1.3" ,
49
- "@semantic-release/changelog" : " 6.0.1 " ,
49
+ "@semantic-release/changelog" : " 6.0.3 " ,
50
50
"@semantic-release/git" : " 10.0.1" ,
51
- "@semantic-release/github" : " 8.0.4 " ,
51
+ "@semantic-release/github" : " 9.2.6 " ,
52
52
"@typescript-eslint/eslint-plugin" : " ^5.9.1" ,
53
53
"@typescript-eslint/parser" : " ^5.9.1" ,
54
54
"babel-eslint" : " 10.1.0" ,
66
66
"rollup" : " 2.26.5" ,
67
67
"rollup-plugin-peer-deps-external" : " 2.2.3" ,
68
68
"rollup-plugin-terser" : " 5.3.0" ,
69
- "semantic-release" : " 19 .0.3 " ,
69
+ "semantic-release" : " 23 .0.2 " ,
70
70
"typescript" : " ^4.5.4"
71
71
},
72
72
"scripts" : {
You can’t perform that action at this time.
0 commit comments