File tree 8 files changed +21
-5
lines changed
.github/actions/setup-node 8 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 13
13
- name : Setup Node
14
14
uses : buildjet/setup-node@v3
15
15
with :
16
- node-version : 16.20.1
16
+ node-version : 18.17.0
17
17
# See https://github.com/actions/setup-node#caching-global-packages-data
18
18
cache : " yarn"
19
19
cache-dependency-path : ${{ inputs.directory }}/yarn.lock
Original file line number Diff line number Diff line change @@ -190,6 +190,7 @@ RUN LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygi
190
190
# Install frontend utilities
191
191
RUN apt-get update && \
192
192
# Node.js (from nodesource) and Yarn (from yarnpkg)
193
+ curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - &&\
193
194
apt-get install --yes --quiet \
194
195
nodejs yarn \
195
196
# Install browsers for e2e testing
Original file line number Diff line number Diff line change
1
+ save-exact = true
2
+ engine-strict = true
Original file line number Diff line number Diff line change 32
32
"remark-gfm" : " 3.0.1"
33
33
},
34
34
"devDependencies" : {
35
- "@react-native-community/eslint-config" : " ^ 3.2.0" ,
36
- "@react-native-community/eslint-plugin" : " ^ 1.3.0" ,
35
+ "@react-native-community/eslint-config" : " 3.2.0" ,
36
+ "@react-native-community/eslint-plugin" : " 1.3.0" ,
37
37
"@types/node" : " 18.0.0" ,
38
38
"@types/react" : " 18.2.15" ,
39
39
"@types/react-dom" : " 18.2.7" ,
40
40
"eslint" : " 8.45.0" ,
41
41
"eslint-config-next" : " 13.4.10" ,
42
42
"prettier" : " 3.0.0" ,
43
43
"typescript" : " 4.7.3"
44
+ },
45
+ "engines" : {
46
+ "npm" : " >=9.0.0 <10.0.0" ,
47
+ "node" : " >=18.0.0 <19.0.0"
44
48
}
45
49
}
Original file line number Diff line number Diff line change 1377
1377
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.8.tgz#6b79032e760a0899cd4204710beede972a3a185f"
1378
1378
integrity sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==
1379
1379
1380
- " @react-native-community/eslint-config@^ 3.2.0 " :
1380
+ " @react-native-community/eslint-config@3.2.0 " :
1381
1381
version "3.2.0"
1382
1382
resolved "https://registry.yarnpkg.com/@react-native-community/eslint-config/-/eslint-config-3.2.0.tgz#42f677d5fff385bccf1be1d3b8faa8c086cf998d"
1383
1383
integrity sha512-ZjGvoeiBtCbd506hQqwjKmkWPgynGUoJspG8/MuV/EfKnkjCtBmeJvq2n+sWbWEvL9LWXDp2GJmPzmvU5RSvKQ==
1396
1396
eslint-plugin-react-hooks "^4.6.0"
1397
1397
eslint-plugin-react-native "^4.0.0"
1398
1398
1399
- " @react-native-community/eslint-plugin@^1.1 .0" , "@react-native-community/eslint-plugin@^1.3 .0":
1399
+ " @react-native-community/eslint-plugin@1.3 .0" , "@react-native-community/eslint-plugin@^1.1 .0":
1400
1400
version "1.3.0"
1401
1401
resolved "https://registry.yarnpkg.com/@react-native-community/eslint-plugin/-/eslint-plugin-1.3.0.tgz#9e558170c106bbafaa1ef502bd8e6d4651012bf9"
1402
1402
integrity sha512-+zDZ20NUnSWghj7Ku5aFphMzuM9JulqCW+aPXT6IfIXFbb8tzYTTOSeRFOtuekJ99ibW2fUCSsjuKNlwDIbHFg==
Original file line number Diff line number Diff line change 1
1
save-exact = true
2
+ engine-strict = true
Original file line number Diff line number Diff line change 170
170
"resolutions" : {
171
171
"optionator" : " 0.9.3" ,
172
172
"semver" : " 7.5.3"
173
+ },
174
+ "engines" : {
175
+ "npm" : " >=9.0.0 <10.0.0" ,
176
+ "node" : " >=18.0.0 <19.0.0"
173
177
}
174
178
}
Original file line number Diff line number Diff line change
1
+ # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2
+ # yarn lockfile v1
3
+
4
+
You can’t perform that action at this time.
0 commit comments