diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index bc777401a0cb..064507d83d11 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -229,11 +229,6 @@ jobs: with: node-version-file: .node-version - # node-gyp is missing in (at least) npm 9.8.1. - # TODO: Remove once we update to npm>=10? - - name: Install node-gyp - run: npm install -g node-gyp - - name: Fetch dependencies from cache id: cache-node-modules uses: actions/cache@v4