Skip to content

Commit c47f3d0

Browse files
authored
fix: CI build (rescript-react-native#17)
* chore: remove checks for node version 8 * chore: update copyfiles
1 parent e285251 commit c47f3d0

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
strategy:
1010
matrix:
1111
node-version:
12-
- 8.x
1312
- 10.x
1413
- 12.x
1514

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@moox/bs-react-helmet": "^2.0.0",
2929
"@phenomic/markdown-as-json": "^1.0.0",
3030
"bs-platform": "^7.0.1",
31-
"copyfiles": "^2.0.0",
31+
"copyfiles": "^2.2.0",
3232
"glob": "^7.1.3",
3333
"mkdirp": "^0.5.1",
3434
"module-alias": "^2.2.0",

yarn.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -376,10 +376,10 @@ [email protected]:
376376
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba"
377377
integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==
378378

379-
copyfiles@^2.0.0:
380-
version "2.1.1"
381-
resolved "https://registry.yarnpkg.com/copyfiles/-/copyfiles-2.1.1.tgz#d430e122d7880f92c45d372208b0af03b0c39db6"
382-
integrity sha512-y6DZHve80whydXzBal7r70TBgKMPKesVRR1Sn/raUu7Jh/i7iSLSyGvYaq0eMJ/3Y/CKghwzjY32q1WzEnpp3Q==
379+
copyfiles@^2.2.0:
380+
version "2.2.0"
381+
resolved "https://registry.yarnpkg.com/copyfiles/-/copyfiles-2.2.0.tgz#d9fc6c06f299337fb7eeb7ea5887e9d7188d9d47"
382+
integrity sha512-iJbHJI+8OKqsq+4JF0rqgRkZzo++jqO6Wf4FUU1JM41cJF6JcY5968XyF4tm3Kkm7ZOMrqlljdm8N9oyY5raGw==
383383
dependencies:
384384
glob "^7.0.5"
385385
minimatch "^3.0.3"
@@ -2081,6 +2081,14 @@ readable-stream@^2.0.0, readable-stream@^2.0.2, readable-stream@^2.0.5, readable
20812081
version "2.3.6"
20822082
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf"
20832083
integrity sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==
2084+
dependencies:
2085+
core-util-is "~1.0.0"
2086+
inherits "~2.0.3"
2087+
isarray "~1.0.0"
2088+
process-nextick-args "~2.0.0"
2089+
safe-buffer "~5.1.1"
2090+
string_decoder "~1.1.1"
2091+
util-deprecate "~1.0.1"
20842092

20852093
readable-stream@~1.0.31:
20862094
version "1.0.34"

0 commit comments

Comments
 (0)