Yuki Takei 2 лет назад
Родитель
Сommit
2a062d0ead
2 измененных файлов с 8 добавлено и 5 удалено
  1. 2 1
      .github/workflows/release-slackbot-proxy.yml
  2. 6 4
      .github/workflows/release.yml

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

@@ -108,7 +108,8 @@ jobs:
 
 
     - name: Install dependencies
     - name: Install dependencies
       run: |
       run: |
-        npx lerna bootstrap
+        yarn global add turbo
+        yarn --frozen-lockfile
 
 
     - name: Bump versions for next RC
     - name: Bump versions for next RC
       run: |
       run: |

+ 6 - 4
.github/workflows/release.yml

@@ -24,13 +24,14 @@ jobs:
 
 
     - uses: actions/setup-node@v3
     - uses: actions/setup-node@v3
       with:
       with:
-        node-version: '16'
+        node-version: '18'
         cache: 'yarn'
         cache: 'yarn'
         cache-dependency-path: '**/yarn.lock'
         cache-dependency-path: '**/yarn.lock'
 
 
     - name: Install dependencies
     - name: Install dependencies
       run: |
       run: |
-        npx lerna bootstrap
+        yarn global add turbo
+        yarn --frozen-lockfile
 
 
     - name: Bump versions
     - name: Bump versions
       run: |
       run: |
@@ -85,13 +86,14 @@ jobs:
 
 
     - uses: actions/setup-node@v3
     - uses: actions/setup-node@v3
       with:
       with:
-        node-version: '16'
+        node-version: '18'
         cache: 'yarn'
         cache: 'yarn'
         cache-dependency-path: '**/yarn.lock'
         cache-dependency-path: '**/yarn.lock'
 
 
     - name: Install dependencies
     - name: Install dependencies
       run: |
       run: |
-        npx lerna bootstrap
+        yarn global add turbo
+        yarn --frozen-lockfile
 
 
     - name: Bump versions for next RC
     - name: Bump versions for next RC
       run: |
       run: |