aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/dependency-updates.yml
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-21 20:05:02 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-21 20:05:02 +0100
commit712c2a4c237248b63d6553f557806d5dcce797f1 (patch)
tree46c8e9648c30409734981b7ccbf823a2805255c8 /.github/workflows/dependency-updates.yml
parent5.6.5 (diff)
downloadferdium-app-712c2a4c237248b63d6553f557806d5dcce797f1.tar.gz
ferdium-app-712c2a4c237248b63d6553f557806d5dcce797f1.tar.zst
ferdium-app-712c2a4c237248b63d6553f557806d5dcce797f1.zip
Revert "Upgrade system dependencies (node, npm, pnpm, node-gyp) (#2336)"
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 eb69b049b..7958aa5f5 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 specified in the '.nvmrc' file 34 - name: Use Node.js 16.13.0
35 uses: actions/setup-node@v2 35 uses: actions/setup-node@v2
36 with: 36 with:
37 node-version-file: '.nvmrc' 37 node-version: 16.13.0
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.24.1 41 version: 6.23.6
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