We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427bf2f commit 7c8b340Copy full SHA for 7c8b340
.github/actions/koski_frontend_test/action.yml
@@ -12,6 +12,10 @@ runs:
12
- name: "🔨 Setup backend and databases"
13
uses: ./.github/actions/setup_backend
14
15
+ - name: npm ci
16
+ run: cd web && npm ci
17
+ shell: bash
18
+
19
- name: Run frontend tests
20
env:
21
MOCHA_SHARD_INDEX: ${{inputs.shardIndex}}
.github/actions/setup_backend/action.yml
@@ -8,7 +8,7 @@ runs:
8
architecture: "x64"
9
distribution: "zulu"
10
11
- - name: Setup Node 16
+ - name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "20.17.0"
0 commit comments