chore: Update node version in the pipeline to 16 (#4485)
* chore: Update node version in the pipeline to 16 * upgrade to node 16 (setup-server)
This commit is contained in:
committed by
GitHub
parent
bdd9c5a7e9
commit
a6c0825722
10
.github/workflows/action.yml
vendored
10
.github/workflows/action.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v2.4.1
|
||||
with:
|
||||
node-version: "14"
|
||||
node-version: "16"
|
||||
cache: "yarn"
|
||||
|
||||
- name: Assert changed
|
||||
@@ -48,7 +48,7 @@ jobs:
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v2.4.1
|
||||
with:
|
||||
node-version: "14"
|
||||
node-version: "16"
|
||||
cache: "yarn"
|
||||
|
||||
- name: Assert changed
|
||||
@@ -109,7 +109,7 @@ jobs:
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v2.4.1
|
||||
with:
|
||||
node-version: "14"
|
||||
node-version: "16"
|
||||
cache: "yarn"
|
||||
|
||||
- name: Install dependencies
|
||||
@@ -161,7 +161,7 @@ jobs:
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v2.4.1
|
||||
with:
|
||||
node-version: "14"
|
||||
node-version: "16"
|
||||
cache: "yarn"
|
||||
|
||||
- name: Install dependencies
|
||||
@@ -212,7 +212,7 @@ jobs:
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v2.4.1
|
||||
with:
|
||||
node-version: "14"
|
||||
node-version: "16"
|
||||
cache: "yarn"
|
||||
|
||||
- name: Install dependencies
|
||||
|
||||
Reference in New Issue
Block a user