File tree Expand file tree Collapse file tree 4 files changed +32
-24
lines changed Expand file tree Collapse file tree 4 files changed +32
-24
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
id-token : write
19
19
steps :
20
20
- name : Checkout source
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
22
22
23
23
- name : Setup node
24
- uses : actions/setup-node@v4
24
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
25
25
with :
26
26
node-version : 22
27
27
registry-url : ' https://registry.npmjs.org'
Original file line number Diff line number Diff line change 10
10
name : npm run test
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
14
14
15
- - uses : actions/setup-node@v4
15
+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
16
16
with :
17
17
node-version : 22
18
18
cache : npm
Original file line number Diff line number Diff line change 25
25
"author" : " mrtc0@ssrf.in" ,
26
26
"license" : " Apache-2.0" ,
27
27
"devDependencies" : {
28
- "@changesets/cli" : " ^2.26.2 " ,
29
- "@types/jest" : " ^ 29.5.3 " ,
30
- "@types/jsdom" : " ^ 21.1.1 " ,
31
- "html-webpack-plugin" : " ^5.5 .3" ,
32
- "jest" : " ^ 29.6.1 " ,
33
- "jsdom" : " ^ 24.0.0 " ,
34
- "ts-jest" : " ^ 29.1.1 " ,
35
- "typescript" : " ^5.1.6 " ,
36
- "webpack" : " ^5.88 .1"
28
+ "@changesets/cli" : " 2.27.12 " ,
29
+ "@types/jest" : " 29.5.14 " ,
30
+ "@types/jsdom" : " 21.1.7 " ,
31
+ "html-webpack-plugin" : " 5.6 .3" ,
32
+ "jest" : " 29.7.0 " ,
33
+ "jsdom" : " 24.1.3 " ,
34
+ "ts-jest" : " 29.2.5 " ,
35
+ "typescript" : " 5.7.3 " ,
36
+ "webpack" : " 5.97 .1"
37
37
},
38
38
"publishConfig" : {
39
39
"access" : " public" ,
You can’t perform that action at this time.
0 commit comments