File tree Expand file tree Collapse file tree 5 files changed +20
-11
lines changed Expand file tree Collapse file tree 5 files changed +20
-11
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v3
15
- - name : Use Node.js 20
15
+ - name : Use Node.js 22
16
16
uses : actions/setup-node@v3
17
17
with :
18
- node-version : 20
18
+ node-version : 22
19
19
cache : yarn
20
20
- name : Install dependencies
21
21
run : yarn --frozen-lockfile
27
27
runs-on : ubuntu-latest
28
28
strategy :
29
29
matrix :
30
- node-version : [18, 20 ]
30
+ node-version : [20, 22 ]
31
31
steps :
32
32
- uses : actions/checkout@v3
33
33
- name : Use Node.js ${{ matrix.node-version }}
44
44
name : E2E Tests
45
45
strategy :
46
46
matrix :
47
- node-version : [18, 20 ]
47
+ node-version : [20, 22 ]
48
48
os : [ubuntu-latest, macos-latest]
49
49
runs-on : ${{ matrix.os }}
50
50
defaults :
Original file line number Diff line number Diff line change 30
30
"@react-native-community/eslint-config" : " ^3.2.0" ,
31
31
"@types/glob" : " ^7.1.1" ,
32
32
"@types/jest" : " ^26.0.15" ,
33
- "@types/node" : " ^18 .0.0" ,
33
+ "@types/node" : " ^20 .0.0" ,
34
34
"babel-jest" : " ^26.6.2" ,
35
35
"babel-plugin-module-resolver" : " ^3.2.0" ,
36
36
"chalk" : " ^4.1.2" ,
55
55
"string-length" : " ^2.0.0" ,
56
56
"typescript" : " ^5.2.0"
57
57
},
58
- "resolutions" : {
59
- "@types/node" : " ^18.0.0"
60
- },
61
58
"lint-staged" : {
62
59
"./packages/**/*.ts" : [
63
60
" yarn lint"
Original file line number Diff line number Diff line change 21
21
"devDependencies" : {
22
22
"@react-native-community/cli-types" : " 20.0.0" ,
23
23
"@types/mime" : " ^2.0.1" ,
24
- "@types/node" : " ^18 .0.0" ,
24
+ "@types/node" : " ^20 .0.0" ,
25
25
"@types/prompts" : " ^2.4.4" ,
26
26
"@types/shell-quote" : " ^1.7.1"
27
27
},
Original file line number Diff line number Diff line change 18
18
],
19
19
"engineStrict" : true ,
20
20
"engines" : {
21
- "node" : " >=18 "
21
+ "node" : " >=20.19.4 "
22
22
},
23
23
"jest" : {
24
24
"testEnvironment" : " node"
Original file line number Diff line number Diff line change 2236
2236
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.0.tgz#69a23a3ad29caf0097f06eda59b361ee2f0639f6"
2237
2237
integrity sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=
2238
2238
2239
- " @types/node@*" , "@types/node@^18.0.0" :
2239
+ " @types/node@* " :
2240
2240
version "18.19.31"
2241
2241
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.31.tgz#b7d4a00f7cb826b60a543cebdbda5d189aaecdcd"
2242
2242
integrity sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==
2243
2243
dependencies :
2244
2244
undici-types "~5.26.4"
2245
2245
2246
+ " @types/node@^20.0.0 " :
2247
+ version "20.19.11"
2248
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.19.11.tgz#728cab53092bd5f143beed7fbba7ba99de3c16c4"
2249
+ integrity sha512-uug3FEEGv0r+jrecvUUpbY8lLisvIjg6AAic6a2bSP5OEOLeJsDSnvhCDov7ipFFMXS3orMpzlmi0ZcuGkBbow==
2250
+ dependencies :
2251
+ undici-types "~6.21.0"
2252
+
2246
2253
" @types/normalize-package-data@^2.4.0 " :
2247
2254
version "2.4.0"
2248
2255
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
@@ -10330,6 +10337,11 @@ undici-types@~5.26.4:
10330
10337
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
10331
10338
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
10332
10339
10340
+ undici-types@~6.21.0 :
10341
+ version "6.21.0"
10342
+ resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
10343
+ integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
10344
+
10333
10345
unicode-canonical-property-names-ecmascript@^2.0.0 :
10334
10346
version "2.0.0"
10335
10347
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc"
You can’t perform that action at this time.
0 commit comments