aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-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: