aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/node-tests.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/node-tests.yml b/.github/workflows/node-tests.yml
index f5bc2bab05a..6be1006a937 100644
--- a/.github/workflows/node-tests.yml
+++ b/.github/workflows/node-tests.yml
@@ -63,6 +63,9 @@ jobs:
- name: Set up npm ${{ needs.versions.outputs.npmVersion }}
run: npm i -g npm@"${{ needs.versions.outputs.npmVersion }}"
+ - name: Install dependencies
+ run: npm ci
+
- name: Test
run: ./autotest-js.sh