aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-10-15 19:48:03 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-10-15 19:48:03 +0530
commit1a5963da5af1476b38e1b20d89436056f57bef30 (patch)
tree5943733a52efb689203d5a11736252fe6a101ee4
parentchore: remove 'lerna' since we don't use monorepo-style packages any more (#2... (diff)
downloadferdium-app-1a5963da5af1476b38e1b20d89436056f57bef30.tar.gz
ferdium-app-1a5963da5af1476b38e1b20d89436056f57bef30.tar.zst
ferdium-app-1a5963da5af1476b38e1b20d89436056f57bef30.zip
upgrade 'pnpm' to '6.17.1'
-rw-r--r--.github/workflows/dependency-updates.yml2
-rw-r--r--.github/workflows/ferdi-builds.yml6
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--Dockerfile2
4 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml
index 509458765..3b488ec4a 100644
--- a/.github/workflows/dependency-updates.yml
+++ b/.github/workflows/dependency-updates.yml
@@ -55,7 +55,7 @@ jobs:
55 - name: Install pnpm 55 - name: Install pnpm
56 uses: pnpm/action-setup@v2.0.1 56 uses: pnpm/action-setup@v2.0.1
57 with: 57 with:
58 version: 6.16.0 58 version: 6.17.1
59 - name: Uninstall locally and reinstall global npm modules 59 - name: Uninstall locally and reinstall global npm modules
60 run: | 60 run: |
61 npm uninstall node-gyp 61 npm uninstall node-gyp
diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml
index 44b23a91d..e5bb95fe9 100644
--- a/.github/workflows/ferdi-builds.yml
+++ b/.github/workflows/ferdi-builds.yml
@@ -152,7 +152,7 @@ jobs:
152 - name: Install pnpm 152 - name: Install pnpm
153 uses: pnpm/action-setup@v2.0.1 153 uses: pnpm/action-setup@v2.0.1
154 with: 154 with:
155 version: 6.16.0 155 version: 6.17.1
156 - name: Uninstall locally and reinstall global npm modules 156 - name: Uninstall locally and reinstall global npm modules
157 run: | 157 run: |
158 npm uninstall node-gyp 158 npm uninstall node-gyp
@@ -255,7 +255,7 @@ jobs:
255 - name: Install pnpm 255 - name: Install pnpm
256 uses: pnpm/action-setup@v2.0.1 256 uses: pnpm/action-setup@v2.0.1
257 with: 257 with:
258 version: 6.16.0 258 version: 6.17.1
259 - name: Uninstall locally and reinstall global npm modules 259 - name: Uninstall locally and reinstall global npm modules
260 run: | 260 run: |
261 npm uninstall node-gyp 261 npm uninstall node-gyp
@@ -379,7 +379,7 @@ jobs:
379 - name: Install pnpm 379 - name: Install pnpm
380 uses: pnpm/action-setup@v2.0.1 380 uses: pnpm/action-setup@v2.0.1
381 with: 381 with:
382 version: 6.16.0 382 version: 6.17.1
383 - name: Uninstall locally and reinstall global npm modules 383 - name: Uninstall locally and reinstall global npm modules
384 run: | 384 run: |
385 npm uninstall node-gyp 385 npm uninstall node-gyp
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a8b580df0..278f77027 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -64,7 +64,7 @@ v14.17.6
64npm -v 64npm -v
656.14.13 656.14.13
66pnpm -v 66pnpm -v
676.16.0 676.17.1
68``` 68```
69 69
70_Note:_ You can choose any package manager to manage multiple versions of `node` and `npm`. For eg, [nvm](https://github.com/nvm-sh/nvm) or [asdf](https://github.com/asdf-vm/asdf). 70_Note:_ You can choose any package manager to manage multiple versions of `node` and `npm`. For eg, [nvm](https://github.com/nvm-sh/nvm) or [asdf](https://github.com/asdf-vm/asdf).
diff --git a/Dockerfile b/Dockerfile
index 46cc95913..070702cc5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,7 +16,7 @@ RUN apt-get update -y \
16 16
17WORKDIR /usr/src/ferdi 17WORKDIR /usr/src/ferdi
18 18
19RUN npm i -g pnpm@6.16.0 \ 19RUN npm i -g pnpm@6.17.1 \
20 && npm ls -g node-gyp@8.2.0 || npm i -g node-gyp@8.2.0 20 && npm ls -g node-gyp@8.2.0 || npm i -g node-gyp@8.2.0
21 21
22COPY package*.json . 22COPY package*.json .