aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-20 06:31:00 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-20 06:31:00 -0500
commit10f65a0ecb5f474b6f862dc18f40537add60f552 (patch)
tree2d595b08213dd0402ea470950c8315c257802237 /.github
parentRemove duplicate code and reuse 'Ferdium.openNewWindow()' (diff)
downloadferdium-recipes-10f65a0ecb5f474b6f862dc18f40537add60f552.tar.gz
ferdium-recipes-10f65a0ecb5f474b6f862dc18f40537add60f552.tar.zst
ferdium-recipes-10f65a0ecb5f474b6f862dc18f40537add60f552.zip
Upgrade GH Actions libs
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/builds.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml
index b5bce9a..726fa85 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -27,9 +27,9 @@ jobs:
27 - name: Set env vars 27 - name: Set env vars
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@v3
31 - name: Use Node.js specified in the '.nvmrc' file 31 - name: Use Node.js specified in the '.nvmrc' file
32 uses: actions/setup-node@v2 32 uses: actions/setup-node@v3
33 with: 33 with:
34 node-version-file: '.nvmrc' 34 node-version-file: '.nvmrc'
35 - name: Install pnpm 35 - name: Install pnpm