This repository was archived by the owner on Apr 28, 2025. It is now read-only.
File tree 4 files changed +19
-19
lines changed
4 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 15
15
- name : Setup Node.js
16
16
uses : actions/setup-node@v4
17
17
with :
18
- node-version : ' 18 '
18
+ node-version : ' 22 '
19
19
cache : ' yarn'
20
20
- name : Install dependencies with Yarn
21
21
run : yarn install --immutable
52
52
- name : Setup Node.js
53
53
uses : actions/setup-node@v4
54
54
with :
55
- node-version : ' 18 '
55
+ node-version : ' 22 '
56
56
cache : ' yarn'
57
57
- name : Install dependencies with Yarn
58
58
run : yarn install --immutable
75
75
- name : Setup Node.js
76
76
uses : actions/setup-node@v4
77
77
with :
78
- node-version : ' 18 '
78
+ node-version : ' 22 '
79
79
cache : ' yarn'
80
80
- name : Install dependencies with Yarn
81
81
run : yarn install --immutable
93
93
- name : Setup Node.js
94
94
uses : actions/setup-node@v4
95
95
with :
96
- node-version : ' 18 '
96
+ node-version : ' 22 '
97
97
cache : ' yarn'
98
98
- name : Install dependencies with Yarn
99
99
run : yarn install --immutable
@@ -111,7 +111,7 @@ jobs:
111
111
- name : Setup Node.js
112
112
uses : actions/setup-node@v4
113
113
with :
114
- node-version : ' 18 '
114
+ node-version : ' 22 '
115
115
cache : ' yarn'
116
116
- name : Install dependencies with Yarn
117
117
run : yarn install --immutable
@@ -137,7 +137,7 @@ jobs:
137
137
- name : Setup Node.js
138
138
uses : actions/setup-node@v4
139
139
with :
140
- node-version : ' 18 '
140
+ node-version : ' 22 '
141
141
cache : ' yarn'
142
142
- name : Install dependencies with Yarn
143
143
run : yarn install --immutable
@@ -165,7 +165,7 @@ jobs:
165
165
- name : Setup Node.js
166
166
uses : actions/setup-node@v4
167
167
with :
168
- node-version : ' 18 '
168
+ node-version : ' 22 '
169
169
cache : ' yarn'
170
170
- name : Install dependencies with Yarn
171
171
run : yarn install --immutable
Original file line number Diff line number Diff line change 1
- 20
1
+ 22
Original file line number Diff line number Diff line change 85
85
"@microsoft/api-extractor" : " 7.52.4" ,
86
86
"@tsconfig/node16" : " 16.1.3" ,
87
87
"@types/jest" : " 29.5.14" ,
88
- "@types/node" : " 20.17.30 " ,
88
+ "@types/node" : " 22.15.0 " ,
89
89
"assemblyscript" : " 0.27.36" ,
90
90
"babel-jest" : " 29.7.0" ,
91
91
"enhanced-resolve" : " 5.18.1" ,
Original file line number Diff line number Diff line change @@ -4071,12 +4071,12 @@ __metadata:
4071
4071
languageName : node
4072
4072
linkType : hard
4073
4073
4074
- " @types/node@npm:20.17.30 " :
4075
- version : 20.17.30
4076
- resolution : " @types/node@npm:20.17.30 "
4074
+ " @types/node@npm:22.15.0 " :
4075
+ version : 22.15.0
4076
+ resolution : " @types/node@npm:22.15.0 "
4077
4077
dependencies :
4078
- undici-types : ~6.19.2
4079
- checksum : 40253bc4a3f6adc5dc286824c1fc72a398280a7f6e76cfc22a9d68e42c70edb04c4af53c5709030b90d439bb4bbb29ad62e937d0b04ce2019b3297698bad55ef
4078
+ undici-types : ~6.21.0
4079
+ checksum : ee68ef17c161995dfa35edce8b555f3b88edf9ffe99712ee86240fc1e790308ab9bc82531ad212a77aea0f82976f3c7586282a36702aaa06fb3cfeebcf055247
4080
4080
languageName : node
4081
4081
linkType : hard
4082
4082
@@ -10334,7 +10334,7 @@ __metadata:
10334
10334
" @microsoft/api-extractor " : 7.52.4
10335
10335
" @tsconfig/node16 " : 16.1.3
10336
10336
" @types/jest " : 29.5.14
10337
- " @types/node " : 20.17.30
10337
+ " @types/node " : 22.15.0
10338
10338
assemblyscript : 0.27.36
10339
10339
babel-jest : 29.7.0
10340
10340
buffer : 6.0.3
@@ -13372,10 +13372,10 @@ __metadata:
13372
13372
languageName : node
13373
13373
linkType : hard
13374
13374
13375
- " undici-types@npm:~6.19.2 " :
13376
- version : 6.19.8
13377
- resolution : " undici-types@npm:6.19.8 "
13378
- checksum : de51f1b447d22571cf155dfe14ff6d12c5bdaec237c765085b439c38ca8518fc360e88c70f99469162bf2e14188a7b0bcb06e1ed2dc031042b984b0bb9544017
13375
+ " undici-types@npm:~6.21.0 " :
13376
+ version : 6.21.0
13377
+ resolution : " undici-types@npm:6.21.0 "
13378
+ checksum : 46331c7d6016bf85b3e8f20c159d62f5ae471aba1eb3dc52fff35a0259d58dcc7d592d4cc4f00c5f9243fa738a11cfa48bd20203040d4a9e6bc25e807fab7ab3
13379
13379
languageName : node
13380
13380
linkType : hard
13381
13381
You can’t perform that action at this time.
0 commit comments