aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-19 01:42:41 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-19 01:42:41 -0500
commit596c75eb5b81ada1695214969ba327367fc3f97f (patch)
treec17a0acc0e590f57f23a904cf08e9ba154c1026f /.github
parentRemove deprecated 'nativeWindowOpen' option from webPreferences due to upgrad... (diff)
downloadferdium-recipes-596c75eb5b81ada1695214969ba327367fc3f97f.tar.gz
ferdium-recipes-596c75eb5b81ada1695214969ba327367fc3f97f.tar.zst
ferdium-recipes-596c75eb5b81ada1695214969ba327367fc3f97f.zip
Upgrade system deps nodejs (16.14.2) and pnpm (6.32.8)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml
index 77c2862..b5bce9a 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -35,6 +35,6 @@ jobs:
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.24.1 38 version: 6.32.8
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