build: use node 16.17 since it's the shipped one

This commit is contained in:
Baptiste Augrain
2023-06-08 21:21:08 +02:00
parent fad378871b
commit 6f03ab0ba1
7 changed files with 9 additions and 9 deletions

View File

@@ -87,7 +87,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 16.17
node-version: '16.17'
- name: Install Yarn
run: npm install -g yarn
@@ -162,7 +162,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 16.17
node-version: '16.17'
- name: Install Yarn
run: npm install -g yarn

View File

@@ -50,7 +50,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 16.17
node-version: '16.17'
- name: Clone VSCode repo
env:

View File

@@ -25,7 +25,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 16.17
node-version: '16.17'
- name: Clone VSCode repo
run: . get_repo.sh

View File

@@ -55,7 +55,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 16.17
node-version: '16.17'
- name: Install Yarn
run: npm install -g yarn

View File

@@ -84,7 +84,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: '16.20'
node-version: '16.17'
- name: Install Yarn
run: npm install -g yarn
@@ -157,7 +157,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: '16.20'
node-version: '16.17'
- name: Install Yarn
run: npm install -g yarn

View File

@@ -47,7 +47,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 16.17
node-version: '16.17'
- name: Clone VSCode repo
run: . get_repo.sh

View File

@@ -53,7 +53,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 16.17
node-version: '16.17'
- name: Install Yarn
run: npm install -g yarn