Skip to content

Commit 8108ad1

Browse files
committed
Install
1 parent 120bbe5 commit 8108ad1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/validate.yml

+6
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
with:
3838
node-version: ${{ matrix.node }}
3939

40+
- name: Install dependencies
41+
run: npm ci
42+
4043
# TODO: Can be removed if https://github.com/kentcdodds/kcd-scripts/pull/146 is released
4144
- name: Verify format (`npm run format` committed?)
4245
run: npm run format -- --check --no-write
@@ -68,6 +71,9 @@ jobs:
6871
with:
6972
node-version: 14
7073

74+
- name: Install dependencies
75+
run: npm ci
76+
7177
- name: 🏗 Run build script
7278
run: npm run build
7379

0 commit comments

Comments
 (0)