aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-12-19 02:49:05 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-12-19 02:49:05 +0530
commit12de79eadc17cecbb29a0b4c2b23cb78d95360ba (patch)
tree638019ce315b2b50cb761473295e7f743ebd5145 /.github
parentUpgrade 'nodejs' to '16.13.1', 'pnpm' to '6.24.1' (diff)
downloadferdium-recipes-12de79eadc17cecbb29a0b4c2b23cb78d95360ba.tar.gz
ferdium-recipes-12de79eadc17cecbb29a0b4c2b23cb78d95360ba.tar.zst
ferdium-recipes-12de79eadc17cecbb29a0b4c2b23cb78d95360ba.zip
Remove duplicate reference to node version for ease of maintenance
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/builds.yml (renamed from .github/workflows/ferdi-builds.yml)4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/builds.yml
index 0572ce4..44c7cf4 100644
--- a/.github/workflows/ferdi-builds.yml
+++ b/.github/workflows/builds.yml
@@ -28,10 +28,10 @@ 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.1 31 - name: Use Node.js specified in the '.nvmrc' file
32 uses: actions/setup-node@v2 32 uses: actions/setup-node@v2
33 with: 33 with:
34 node-version: 16.13.1 34 node-version-file: '.nvmrc'
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: