aboutsummaryrefslogtreecommitdiffstats
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
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)
-rw-r--r--.github/workflows/builds.yml2
-rw-r--r--.nvmrc2
2 files changed, 2 insertions, 2 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
diff --git a/.nvmrc b/.nvmrc
index 07c142f..d9f8800 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
16.13.1 16.14.2