diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 4422a1b..8a9256b 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -63,7 +63,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest, macos-latest-large] node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x] webpack-version: [latest] @@ -87,7 +87,7 @@ jobs: cache: "npm" - name: Use latest NPM on ubuntu/macos - if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' + if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest-large' run: sudo npm i -g npm - name: Use latest NPM on windows