From acf1c948772595857dc01bc8079923a6b20cb94a Mon Sep 17 00:00:00 2001 From: William Candillon Date: Thu, 9 Jul 2026 09:43:29 +0200 Subject: [PATCH] =?UTF-8?q?chore(=F0=9F=90=99):=20upgrade=20node=20version?= =?UTF-8?q?=20(#3927)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/setup/action.yml | 4 ---- .github/workflows/test-skia-package.yml | 6 +++--- .github/workflows/wcandillon-test-skia-package.yml | 6 +++--- .nvmrc | 2 +- 4 files changed, 7 insertions(+), 11 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 3b3bc160cc..7a7fe5bd80 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -21,10 +21,6 @@ runs: cache-dependency-path: yarn.lock registry-url: 'https://registry.npmjs.org' - - name: Upgrade npm - run: npm install -g npm@latest - shell: bash - - name: Install dependencies run: yarn install --immutable shell: bash diff --git a/.github/workflows/test-skia-package.yml b/.github/workflows/test-skia-package.yml index 3806170adb..15e50b3d9f 100644 --- a/.github/workflows/test-skia-package.yml +++ b/.github/workflows/test-skia-package.yml @@ -56,7 +56,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6.4.0 with: - node-version: '20' + node-version-file: .nvmrc - name: Setup Yarn run: | @@ -246,7 +246,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6.4.0 with: - node-version: '20' + node-version-file: .nvmrc - name: Setup Yarn run: | @@ -404,7 +404,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6.4.0 with: - node-version: '20' + node-version-file: .nvmrc - name: Setup Yarn run: | diff --git a/.github/workflows/wcandillon-test-skia-package.yml b/.github/workflows/wcandillon-test-skia-package.yml index 658ea9665f..cb983a3836 100644 --- a/.github/workflows/wcandillon-test-skia-package.yml +++ b/.github/workflows/wcandillon-test-skia-package.yml @@ -60,7 +60,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6.4.0 with: - node-version: '20' + node-version-file: .nvmrc - name: Setup Yarn run: | @@ -229,7 +229,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6.4.0 with: - node-version: '20' + node-version-file: .nvmrc - name: Setup Yarn run: | @@ -387,7 +387,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6.4.0 with: - node-version: '20' + node-version-file: .nvmrc - name: Setup Yarn run: | diff --git a/.nvmrc b/.nvmrc index 42a1c98ac5..5bcf9c6e6a 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v22.22.0 +v24.18.0