aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ferdi-builds.yml
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-12-18 19:43:36 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-12-18 19:43:36 +0530
commite9a544d94729c91662b77e0583159d81b29465ff (patch)
treefb9f46cd2a7440f9f80fd40039500a64af0c4089 /.github/workflows/ferdi-builds.yml
parentUpdate fastmail from 2.1.2 to 2.2.0 (diff)
downloadferdium-recipes-e9a544d94729c91662b77e0583159d81b29465ff.tar.gz
ferdium-recipes-e9a544d94729c91662b77e0583159d81b29465ff.tar.zst
ferdium-recipes-e9a544d94729c91662b77e0583159d81b29465ff.zip
Upgrade 'nodejs' to '16.13.1', 'pnpm' to '6.24.1'
Diffstat (limited to '.github/workflows/ferdi-builds.yml')
-rw-r--r--.github/workflows/ferdi-builds.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml
index 6eac889..0572ce4 100644
--- a/.github/workflows/ferdi-builds.yml
+++ b/.github/workflows/ferdi-builds.yml
@@ -28,13 +28,13 @@ jobs:
28 run: echo "PNPM_CACHE=$HOME/.pnpm-store" >> $GITHUB_ENV 28 run: echo "PNPM_CACHE=$HOME/.pnpm-store" >> $GITHUB_ENV
29 - name: Checkout code 29 - name: Checkout code
30 uses: actions/checkout@v2 30 uses: actions/checkout@v2
31 - name: Use Node.js 16.13.0 31 - name: Use Node.js 16.13.1
32 uses: actions/setup-node@v2 32 uses: actions/setup-node@v2
33 with: 33 with:
34 node-version: 16.13.0 34 node-version: 16.13.1
35 - name: Install pnpm 35 - name: Install pnpm
36 uses: pnpm/action-setup@v2.0.1 36 uses: pnpm/action-setup@v2.0.1
37 with: 37 with:
38 version: 6.23.6 38 version: 6.24.1
39 - name: Install node dependencies recursively 39 - name: Install node dependencies recursively
40 run: pnpm i && pnpm run package 40 run: pnpm i && pnpm run package