Moves to the current LTS release of Node for our build and release workflows (#17639)
This commit is contained in:
parent
94507cc7b7
commit
16886bf6bf
|
@ -100,7 +100,7 @@ jobs:
|
|||
- name: Setup node and yarn
|
||||
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||
with:
|
||||
node-version: "14"
|
||||
node-version: "18"
|
||||
cache-dependency-path: "ui/yarn.lock"
|
||||
|
||||
- name: Install Yarn
|
||||
|
@ -151,7 +151,7 @@ jobs:
|
|||
- name: Setup node and yarn
|
||||
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||
with:
|
||||
node-version: "14"
|
||||
node-version: "18"
|
||||
cache-dependency-path: "ui/yarn.lock"
|
||||
|
||||
- name: Install Yarn
|
||||
|
@ -256,7 +256,7 @@ jobs:
|
|||
- name: Setup node and yarn
|
||||
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||
with:
|
||||
node-version: "14"
|
||||
node-version: "18"
|
||||
cache-dependency-path: "ui/yarn.lock"
|
||||
|
||||
- name: Install Yarn
|
||||
|
|
|
@ -77,7 +77,7 @@ jobs:
|
|||
- name: Setup node and yarn
|
||||
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||
with:
|
||||
node-version: "14"
|
||||
node-version: "18"
|
||||
cache-dependency-path: "ui/yarn.lock"
|
||||
|
||||
- name: Install Yarn
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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
|
||||
|
|
|
@ -6,7 +6,7 @@ The official Nomad UI.
|
|||
|
||||
This is an [ember.js](https://emberjs.com/) project, and you will need the following tools installed on your computer.
|
||||
|
||||
- [Node.js v10](https://nodejs.org/)
|
||||
- [The current Node.js LTS release](https://nodejs.org/)
|
||||
- [Yarn](https://yarnpkg.com)
|
||||
- [Ember CLI](https://ember-cli.com/)
|
||||
|
||||
|
|
Loading…
Reference in New Issue