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:
Adrien de Peretti
2023-07-10 12:17:30 +02:00
committed by GitHub
parent bdd9c5a7e9
commit a6c0825722
11 changed files with 15 additions and 15 deletions

View File

@@ -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

View File

@@ -25,7 +25,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

View File

@@ -24,7 +24,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

View File

@@ -22,7 +22,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

View File

@@ -23,7 +23,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

View File

@@ -22,7 +22,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

View File

@@ -21,7 +21,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

View File

@@ -21,7 +21,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

View File

@@ -21,7 +21,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

View File

@@ -22,7 +22,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