We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a3cff2 commit a8cb963Copy full SHA for a8cb963
.github/workflows/ci.yml
@@ -48,5 +48,7 @@ jobs:
48
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
49
with:
50
node-version-file: '.nvmrc'
51
+ - name: Install Dependencies
52
+ run: npm ci
53
- name: Run Tests
54
run: node --run test:unit
0 commit comments