File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 6
6
build :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v3
9
+ - uses : actions/checkout@v4
10
10
- name : Use Node.js
11
- uses : actions/setup-node@v3
11
+ uses : actions/setup-node@v4
12
12
with :
13
13
node-version : ' 14'
14
14
- run : npm install
Original file line number Diff line number Diff line change 24
24
"@semantic-release/changelog" : " 6.0.3" ,
25
25
"@semantic-release/exec" : " 6.0.3" ,
26
26
"@semantic-release/git" : " 10.0.1" ,
27
- "semantic-release" : " 21 .0.5 " ,
27
+ "semantic-release" : " 22 .0.12 " ,
28
28
"@babel/core" : " 7.21.0" ,
29
29
"@babel/eslint-parser" : " 7.19.1" ,
30
- "chai" : " 4.3.7 " ,
31
- "eslint" : " 8.35 .0" ,
30
+ "chai" : " 5.1.0 " ,
31
+ "eslint" : " 9.0 .0" ,
32
32
"eslint-config-airbnb-base" : " 15.0.0" ,
33
33
"eslint-plugin-import" : " 2.27.5" ,
34
34
"@esm-bundle/chai" : " 4.3.4-fix.0" ,
35
35
"@web/test-runner" : " 0.15.1" ,
36
36
"@web/test-runner-commands" : " 0.6.5" ,
37
- "sinon" : " 15 .0.1" ,
38
- "stylelint" : " 15.2.0 " ,
39
- "stylelint-config-standard" : " 30 .0.1 "
37
+ "sinon" : " 17 .0.1" ,
38
+ "stylelint" : " 16.3.1 " ,
39
+ "stylelint-config-standard" : " 36 .0.0 "
40
40
}
41
41
}
You can’t perform that action at this time.
0 commit comments