Skip to content

Commit f990ac5

Browse files
authored
Merge pull request #103 from bc-chaz/fix-workflow
fix(common): corrects error in workflow
2 parents 5571074 + c4531da commit f990ac5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/validate-workflow.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ jobs:
2828
node-version: ${{ matrix.node-version }}
2929

3030
- name: Install Dependencies
31-
run: npm i -g [email protected]
32-
run: npm ci
31+
run: |
32+
33+
npm ci
3334
3435
- name: Run Build
3536
run: npm run build

0 commit comments

Comments
 (0)