Yuki Takei 1 год назад
Родитель
Сommit
42fe91d00e

+ 0 - 3
.github/workflows/ci-app.yml

@@ -55,7 +55,6 @@ jobs:
       - name: Install dependencies
         run: |
           pnpm add turbo --global
-          pnpm add node-gyp --global
           pnpm install --frozen-lockfile
 
       - name: Lint
@@ -110,7 +109,6 @@ jobs:
       - name: Install dependencies
         run: |
           pnpm add turbo --global
-          pnpm add node-gyp --global
           pnpm install --frozen-lockfile
 
       - name: Test
@@ -175,7 +173,6 @@ jobs:
       - name: Install dependencies
         run: |
           pnpm add turbo --global
-          pnpm add node-gyp --global
           pnpm install --frozen-lockfile
 
       - name: turbo run launch-dev:ci

+ 0 - 3
.github/workflows/ci-slackbot-proxy.yml

@@ -55,7 +55,6 @@ jobs:
     - name: Install dependencies
       run: |
         pnpm add turbo --global
-        pnpm add node-gyp --global
         pnpm install --frozen-lockfile
 
     - name: Lint
@@ -121,7 +120,6 @@ jobs:
     - name: Install dependencies
       run: |
         pnpm add turbo --global
-        pnpm add node-gyp --global
         pnpm install --frozen-lockfile
 
     - name: turbo run dev:ci
@@ -199,7 +197,6 @@ jobs:
 
     - name: Install dependencies
       run: |
-        pnpm add node-gyp --global
         pnpm install --frozen-lockfile
 
     - name: Restore dist

+ 0 - 1
.github/workflows/release-slackbot-proxy.yml

@@ -103,7 +103,6 @@ jobs:
     - name: Install dependencies
       run: |
         pnpm add turbo --global
-        pnpm add node-gyp --global
         pnpm install --frozen-lockfile
 
     - name: Bump versions for next RC

+ 0 - 2
.github/workflows/release-subpackages.yml

@@ -38,7 +38,6 @@ jobs:
     - name: Install dependencies
       run: |
         pnpm add turbo --global
-        pnpm add node-gyp --global
         pnpm install --frozen-lockfile
 
     - name: Setup .npmrc
@@ -82,7 +81,6 @@ jobs:
     - name: Install dependencies
       run: |
         pnpm add turbo --global
-        pnpm add node-gyp --global
         pnpm install --frozen-lockfile
 
     - name: Create Release Pull Request or Publish to npm

+ 0 - 2
.github/workflows/release.yml

@@ -32,7 +32,6 @@ jobs:
     - name: Install dependencies
       run: |
         pnpm add turbo --global
-        pnpm add node-gyp --global
         pnpm install --frozen-lockfile
 
     - name: Bump versions
@@ -173,7 +172,6 @@ jobs:
     - name: Install dependencies
       run: |
         pnpm add turbo --global
-        pnpm add node-gyp --global
         pnpm install --frozen-lockfile
 
     - name: Bump versions for next RC

+ 0 - 2
.github/workflows/reusable-app-prod.yml

@@ -45,7 +45,6 @@ jobs:
 
     - name: Install dependencies
       run: |
-        pnpm add node-gyp --global
         pnpm install --frozen-lockfile
 
     - name: Cache/Restore dist
@@ -219,7 +218,6 @@ jobs:
 
     - name: Install dependencies
       run: |
-        pnpm add add node-gyp --global
         pnpm install --frozen-lockfile
 
     - name: Install Playwright browsers

+ 0 - 1
.github/workflows/reusable-app-reg-suit.yml

@@ -63,7 +63,6 @@ jobs:
 
     - name: Install dependencies
       run: |
-        pnpm add node-gyp --global
         pnpm install --frozen-lockfile
 
     - name: Download screenshots taken by cypress