mirror of
https://github.com/actions/runner.git
synced 2025-12-14 22:24:11 +00:00
Bump node 16 to v16.20.2 (#2872)
* Bump node 16 to v16.20.2 * Update unofficial build for win-arm to node 16.20.0 They dont have a build for anything newer yet * linux-arm hash * linux-arm64 hash update * linux64 hash update * osx64 hash update * osxarm hash update * win64 hash update
This commit is contained in:
@@ -5,7 +5,7 @@ PRECACHE=$2
|
||||
NODE_URL=https://nodejs.org/dist
|
||||
UNOFFICIAL_NODE_URL=https://unofficial-builds.nodejs.org/download/release
|
||||
NODE_ALPINE_URL=https://github.com/actions/alpine_nodejs/releases/download
|
||||
NODE16_VERSION="16.20.1"
|
||||
NODE16_VERSION="16.20.2"
|
||||
NODE20_VERSION="20.5.0"
|
||||
# used only for win-arm64, remove node16 unofficial version when official version is available
|
||||
NODE16_UNOFFICIAL_VERSION="16.20.0"
|
||||
|
||||
Reference in New Issue
Block a user