From ad6bb505dd55a2000923d35c155b927b78be4d48 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Tue, 26 Oct 2021 07:17:03 +0530 Subject: chore: upgrade 'pnpm' to '6.19.0' --- .github/workflows/dependency-updates.yml | 2 +- .github/workflows/ferdi-builds.yml | 6 +++--- CONTRIBUTING.md | 2 +- Dockerfile | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml index 8e7b5ae8e..81a8ad556 100644 --- a/.github/workflows/dependency-updates.yml +++ b/.github/workflows/dependency-updates.yml @@ -55,7 +55,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2.0.1 with: - version: 6.17.1 + version: 6.19.0 - name: Uninstall locally and reinstall global npm modules run: | npm uninstall node-gyp diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml index bbd001a0a..e00893c19 100644 --- a/.github/workflows/ferdi-builds.yml +++ b/.github/workflows/ferdi-builds.yml @@ -152,7 +152,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2.0.1 with: - version: 6.17.1 + version: 6.19.0 - name: Uninstall locally and reinstall global npm modules run: | npm uninstall node-gyp @@ -255,7 +255,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2.0.1 with: - version: 6.17.1 + version: 6.19.0 - name: Uninstall locally and reinstall global npm modules run: | npm uninstall node-gyp @@ -379,7 +379,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2.0.1 with: - version: 6.17.1 + version: 6.19.0 - name: Uninstall locally and reinstall global npm modules run: | npm uninstall node-gyp diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a7cd0df55..65c9a30ca 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -64,7 +64,7 @@ v14.18.1 npm -v 6.14.13 pnpm -v -6.17.1 +6.19.0 ``` _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 404502283..13551dad3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN apt-get update -y \ WORKDIR /usr/src/ferdi -RUN npm i -g pnpm@6.17.1 \ +RUN npm i -g pnpm@6.19.0 \ && npm ls -g node-gyp@8.2.0 || npm i -g node-gyp@8.2.0 COPY package*.json . -- cgit v1.2.3-54-g00ecf