Преглед на файлове

ci: update nodejs version [skip ci]

Baptiste Augrain преди 7 месеца
родител
ревизия
4418bab702

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

@@ -59,7 +59,7 @@ jobs:
       - name: Setup Node.js environment
       - name: Setup Node.js environment
         uses: actions/setup-node@v4
         uses: actions/setup-node@v4
         with:
         with:
-          node-version: '20.12'
+          node-version: '20.18'
 
 
       - name: Setup Python 3
       - name: Setup Python 3
         uses: actions/setup-python@v5
         uses: actions/setup-python@v5

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

@@ -38,7 +38,7 @@ jobs:
       - name: Setup Node.js environment
       - name: Setup Node.js environment
         uses: actions/setup-node@v4
         uses: actions/setup-node@v4
         with:
         with:
-          node-version: '20.12'
+          node-version: '20.18'
 
 
       - name: Clone VSCode repo
       - name: Clone VSCode repo
         run: . get_repo.sh
         run: . get_repo.sh

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

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

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

@@ -58,7 +58,7 @@ jobs:
       - name: Setup Node.js environment
       - name: Setup Node.js environment
         uses: actions/setup-node@v4
         uses: actions/setup-node@v4
         with:
         with:
-          node-version: '20.12'
+          node-version: '20.18'
 
 
       - name: Setup Python 3
       - name: Setup Python 3
         uses: actions/setup-python@v5
         uses: actions/setup-python@v5

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

@@ -33,7 +33,7 @@ jobs:
       - name: Setup Node.js environment
       - name: Setup Node.js environment
         uses: actions/setup-node@v4
         uses: actions/setup-node@v4
         with:
         with:
-          node-version: '20.12'
+          node-version: '20.18'
 
 
       - name: Clone VSCode repo
       - name: Clone VSCode repo
         run: . get_repo.sh
         run: . get_repo.sh

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

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

+ 1 - 1
.nvmrc

@@ -1 +1 @@
-20.14
+20.18

+ 1 - 1
insider.json

@@ -1,4 +1,4 @@
 {
 {
   "tag": "1.95.0",
   "tag": "1.95.0",
-  "commit": "defe52dc43e6f5d861f55600ff01f7553fac7eaf"
+  "commit": "fe997185b5e6db94693ed6ef5456cfa4e8211edf"
 }
 }