aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/dependency-updates.yml
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-12-19 03:20:50 +0530
committerLibravatar GitHub <noreply@github.com>2021-12-19 03:20:50 +0530
commitdfc9975fa409f69044fbfb028b3c48590908ec5d (patch)
tree773205ddcf9944dca764562536b620bd0a0e1618 /.github/workflows/dependency-updates.yml
parentFix propType title is not required, but has no corresponding defaultProps dec... (diff)
downloadferdium-app-dfc9975fa409f69044fbfb028b3c48590908ec5d.tar.gz
ferdium-app-dfc9975fa409f69044fbfb028b3c48590908ec5d.tar.zst
ferdium-app-dfc9975fa409f69044fbfb028b3c48590908ec5d.zip
Upgrade system dependencies (node, npm, pnpm, node-gyp) (#2336)
* Upgrade the following system dependencies: 'nodejs' to '16.13.1' 'npm' to '8.1.2' 'pnpm' to '6.24.1' 'node-gyp' to '8.4.1' * Remove duplicate reference to node version for ease of maintenance
Diffstat (limited to '.github/workflows/dependency-updates.yml')
-rw-r--r--.github/workflows/dependency-updates.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml
index 7958aa5f5..eb69b049b 100644
--- a/.github/workflows/dependency-updates.yml
+++ b/.github/workflows/dependency-updates.yml
@@ -31,14 +31,14 @@ jobs:
31 run: | 31 run: |
32 echo "GIT_BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)" >> $GITHUB_ENV 32 echo "GIT_BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)" >> $GITHUB_ENV
33 shell: bash 33 shell: bash
34 - name: Use Node.js 16.13.0 34 - name: Use Node.js specified in the '.nvmrc' file
35 uses: actions/setup-node@v2 35 uses: actions/setup-node@v2
36 with: 36 with:
37 node-version: 16.13.0 37 node-version-file: '.nvmrc'
38 - name: Install pnpm 38 - name: Install pnpm
39 uses: pnpm/action-setup@v2.0.1 39 uses: pnpm/action-setup@v2.0.1
40 with: 40 with:
41 version: 6.23.6 41 version: 6.24.1
42 - name: Install node dependencies 42 - name: Install node dependencies
43 run: npm i 43 run: npm i
44 - name: Update submodules 44 - name: Update submodules