浏览代码

feat: used latest nodejs 16

Baptiste Augrain 1 年之前
父节点
当前提交
3fa7f2179b

+ 2 - 2
.github/workflows/insider-linux.yml

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

+ 1 - 1
.github/workflows/insider-macos.yml

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

+ 1 - 1
.github/workflows/insider-spearhead.yml

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

+ 1 - 1
.github/workflows/insider-windows.yml

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

+ 2 - 2
.github/workflows/stable-linux.yml

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

+ 1 - 1
.github/workflows/stable-macos.yml

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

+ 1 - 1
.github/workflows/stable-windows.yml

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