Răsfoiți Sursa

build: update to node-v20

Baptiste Augrain 1 an în urmă
părinte
comite
73ba20791e

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

@@ -86,7 +86,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: '18.17'
+          node-version: '20.12'
         if: env.SHOULD_BUILD == 'yes'
         if: env.SHOULD_BUILD == 'yes'
 
 
       - name: Install Yarn
       - name: Install Yarn
@@ -264,7 +264,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: '18.17'
+          node-version: '20.12'
 
 
       - name: Setup Python 3
       - name: Setup Python 3
         uses: actions/setup-python@v5
         uses: actions/setup-python@v5

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

@@ -53,7 +53,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: '18.17'
+          node-version: '20.12'
 
 
       - name: Setup Python 3
       - name: Setup Python 3
         uses: actions/setup-python@v5
         uses: actions/setup-python@v5

+ 1 - 1
.github/workflows/insider-windows.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: '18.17'
+          node-version: '20.12'
 
 
       - name: Install Yarn
       - name: Install Yarn
         run: npm install -g yarn
         run: npm install -g yarn

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

@@ -85,7 +85,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: '18.17'
+          node-version: '20.12'
         if: env.SHOULD_BUILD == 'yes'
         if: env.SHOULD_BUILD == 'yes'
 
 
       - name: Install Yarn
       - name: Install Yarn
@@ -263,7 +263,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: '18.17'
+          node-version: '20.12'
 
 
       - name: Setup Python 3
       - name: Setup Python 3
         uses: actions/setup-python@v5
         uses: actions/setup-python@v5

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

@@ -51,7 +51,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: '18.17'
+          node-version: '20.12'
 
 
       - name: Setup Python 3
       - name: Setup Python 3
         uses: actions/setup-python@v5
         uses: actions/setup-python@v5

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

@@ -56,7 +56,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: '18.17'
+          node-version: '20.12'
 
 
       - name: Install Yarn
       - name: Install Yarn
         run: npm install -g yarn
         run: npm install -g yarn

+ 1 - 1
.nvmrc

@@ -1 +1 @@
-18.15
+20.12