chore: pipeline node version (#4896)

This commit is contained in:
Carlos R. L. Rodrigues
2023-08-28 16:41:47 -03:00
committed by GitHub
parent b7de679e9b
commit d9c5e165cd
12 changed files with 63 additions and 63 deletions

View File

@@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: "16.10.0"
node-version: "16.20.2"
cache: "yarn"
- name: Assert changed
@@ -48,7 +48,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: "16.10.0"
node-version: "16.20.2"
cache: "yarn"
- name: Assert changed
@@ -171,7 +171,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: "16.10.0"
node-version: "16.20.2"
cache: "yarn"
- name: Install dependencies
@@ -223,7 +223,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: "16.10.0"
node-version: "16.20.2"
cache: "yarn"
- name: Install dependencies
@@ -274,7 +274,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: "16.10.0"
node-version: "16.20.2"
cache: "yarn"
- name: Install dependencies