aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar MCMXC <16797721+mcmxcdev@users.noreply.github.com>2024-02-11 19:15:20 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2024-02-13 06:59:44 +0530
commit8fec21d6bccfa778c14c1714d6444312e36fc3f1 (patch)
treecab910ad5048eece2d229648f2c17000ac86a44d /.github
parentupdates (diff)
downloadferdium-server-8fec21d6bccfa778c14c1714d6444312e36fc3f1.tar.gz
ferdium-server-8fec21d6bccfa778c14c1714d6444312e36fc3f1.tar.zst
ferdium-server-8fec21d6bccfa778c14c1714d6444312e36fc3f1.zip
Diffstat (limited to '.github')
-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