aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-10-15 19:09:43 +0530
committerLibravatar GitHub <noreply@github.com>2021-10-15 19:09:43 +0530
commitf453ec83142be417b79ad0ac8c794a44f2e3b4da (patch)
treee44d20bb85711c8f5d3f962eb04d459e7dfdb3ff /.github
parentchore: move 'packages/themes' into 'src' (no longer an injected package) (#2080) (diff)
downloadferdium-app-f453ec83142be417b79ad0ac8c794a44f2e3b4da.tar.gz
ferdium-app-f453ec83142be417b79ad0ac8c794a44f2e3b4da.tar.zst
ferdium-app-f453ec83142be417b79ad0ac8c794a44f2e3b4da.zip
chore: remove 'lerna' since we don't use monorepo-style packages any more (#2081)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dependency-updates.yml5
-rw-r--r--.github/workflows/ferdi-builds.yml15
2 files changed, 8 insertions, 12 deletions
diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml
index 4931989f1..509458765 100644
--- a/.github/workflows/dependency-updates.yml
+++ b/.github/workflows/dependency-updates.yml
@@ -60,9 +60,8 @@ jobs:
60 run: | 60 run: |
61 npm uninstall node-gyp 61 npm uninstall node-gyp
62 npm ls -g node-gyp@8.2.0 || npm i -g node-gyp@8.2.0 62 npm ls -g node-gyp@8.2.0 || npm i -g node-gyp@8.2.0
63 npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0 63 - name: Install node dependencies
64 - name: Install node dependencies recursively 64 run: npm i
65 run: npx lerna bootstrap
66 - name: Update submodules 65 - name: Update submodules
67 run: npm run update-submodules 66 run: npm run update-submodules
68 - name: Update browserslist db 67 - name: Update browserslist db
diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml
index 0f15a3ec3..44b23a91d 100644
--- a/.github/workflows/ferdi-builds.yml
+++ b/.github/workflows/ferdi-builds.yml
@@ -157,9 +157,8 @@ jobs:
157 run: | 157 run: |
158 npm uninstall node-gyp 158 npm uninstall node-gyp
159 npm ls -g node-gyp@8.2.0 || npm i -g node-gyp@8.2.0 159 npm ls -g node-gyp@8.2.0 || npm i -g node-gyp@8.2.0
160 npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0 160 - name: Install node dependencies
161 - name: Install node dependencies recursively 161 run: npm i
162 run: npx lerna bootstrap
163 - name: Package recipes 162 - name: Package recipes
164 run: pnpm i && pnpm run package 163 run: pnpm i && pnpm run package
165 working-directory: ./recipes 164 working-directory: ./recipes
@@ -261,9 +260,8 @@ jobs:
261 run: | 260 run: |
262 npm uninstall node-gyp 261 npm uninstall node-gyp
263 npm ls -g node-gyp@8.2.0 || npm i -g node-gyp@8.2.0 262 npm ls -g node-gyp@8.2.0 || npm i -g node-gyp@8.2.0
264 npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0 263 - name: Install node dependencies
265 - name: Install node dependencies recursively 264 run: npm i
266 run: npx lerna bootstrap
267 - name: Figure out used package.json version 265 - name: Figure out used package.json version
268 run: echo "PACKAGE_VERSION=$(node -p 'require("./package.json").version')" >> $GITHUB_ENV 266 run: echo "PACKAGE_VERSION=$(node -p 'require("./package.json").version')" >> $GITHUB_ENV
269 shell: bash 267 shell: bash
@@ -386,10 +384,9 @@ jobs:
386 run: | 384 run: |
387 npm uninstall node-gyp 385 npm uninstall node-gyp
388 npm ls -g node-gyp@8.2.0 || npm i -g node-gyp@8.2.0 386 npm ls -g node-gyp@8.2.0 || npm i -g node-gyp@8.2.0
389 npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0
390 shell: bash 387 shell: bash
391 - name: Install node dependencies recursively 388 - name: Install node dependencies
392 run: npx lerna bootstrap 389 run: npm i
393 shell: bash 390 shell: bash
394 - name: Package recipes 391 - name: Package recipes
395 run: pnpm i && pnpm run package 392 run: pnpm i && pnpm run package