Moves to the current LTS release of Node for our build and release workflows (#17639)

This commit is contained in:
Phil Renaud
2023-06-21 15:17:24 -04:00
committed by GitHub
parent 873acf04b9
commit fe49f22247
5 changed files with 171 additions and 148 deletions

View File

@@ -3,7 +3,7 @@
# SPDX-License-Identifier: MPL-2.0
export NODE_VERSION=14.19.2
export NODE_VERSION=18.16.1
# Install NVM for simple node.js version management
curl -sSL --fail -o- https://raw.githubusercontent.com/creationix/nvm/v0.36.0/install.sh | bash