summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e9c92ec..9c23c7e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18 - name: Use Node.js specified in the '.nvmrc' file 18 - name: Use Node.js specified in the '.nvmrc' file
19 uses: actions/setup-node@v4 19 uses: actions/setup-node@v4
20 with: 20 with:
21 node-version-file: ".nvmrc" 21 node-version-file: '.nvmrc'
22 cache: 'pnpm' 22 cache: 'pnpm'
23 23
24 - name: Install node dependencies recursively 24 - name: Install node dependencies recursively