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