Skip to content

Commit fdc29ca

Browse files
committed
build: upgrading NodeJS to 16.15.0
1 parent 8c36875 commit fdc29ca

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

scripts/build-platforms-generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ cat << "EOF"
8989
tags:
9090
- windows
9191
before_script:
92-
- choco install nodejs --version=16.14.2 -y
92+
- choco install nodejs --version=16.15.0 -y
9393
- refreshenv
9494
script:
9595
- npm config set msvs_version 2019

utils.nix

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,20 +76,20 @@ rec {
7676
pkgBuilds = {
7777
"3.3" = {
7878
"linux-x64" = fetchurl {
79-
url = "https://github.com/vercel/pkg-fetch/releases/download/v3.3/node-v16.14.2-linux-x64";
80-
sha256 = "1g5sljbb7zqqbfvl3n1hzfy6fd97ch06bbjfxnd7bz6ncmjk3rcg";
79+
url = "https://github.com/vercel/pkg-fetch/releases/download/v3.4/node-v16.15.0-linux-x64";
80+
sha256 = "sR98InYftgwoXMU6I1Jt9+flVmMy06Xdgpi/lcudU9A=";
8181
};
8282
"win32-x64" = fetchurl {
83-
url = "https://github.com/vercel/pkg-fetch/releases/download/v3.3/node-v16.14.2-win-x64";
84-
sha256 = "1c1fr8fvrfm49qgn0dibbr5givz2qccb91qrwilxlhj289ba0sgm";
83+
url = "https://github.com/vercel/pkg-fetch/releases/download/v3.4/node-v16.15.0-win-x64";
84+
sha256 = "tH4L7ENiaBbVVNbVDSiRMayGpleNp91pFiCPNKiFqpc=";
8585
};
8686
"macos-x64" = fetchurl {
87-
url = "https://github.com/vercel/pkg-fetch/releases/download/v3.3/node-v16.14.2-macos-x64";
88-
sha256 = "1hq7v40vzc2bfr29y71lm0snaxcc8rys5w0da7pi5nmx4pyybc2v";
87+
url = "https://github.com/vercel/pkg-fetch/releases/download/v3.4/node-v16.15.0-macos-x64";
88+
sha256 = "PlOsskHRucHXPz9Ip2BMYNpJR+TTdlG77A0GMB4jNts=";
8989
};
9090
"macos-arm64" = fetchurl {
91-
url = "https://github.com/vercel/pkg-fetch/releases/download/v3.3/node-v16.14.2-macos-arm64";
92-
sha256 = "05q350aw7fhirmlqg6ckyi5hg9pwcvs0w5r047r8mf3ivy1hxra4";
91+
url = "https://github.com/vercel/pkg-fetch/releases/download/v3.4/node-v16.15.0-macos-arm64";
92+
sha256 = "VNCPKjPQjLhzyX8d/FJ/dvDQcA9Gv9YZ6Wf2EcDCARI=";
9393
};
9494
};
9595
};

0 commit comments

Comments
 (0)