Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit e2bded9

Browse files
author
Andy Wilson
committed
fix: update workflows
1 parent 2b764dd commit e2bded9

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Diff for: .github/workflows/deploy.yml

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
with:
2323
node-version: '18'
2424

25+
- name: Install deps
26+
uses: bahmutov/npm-install@v1
27+
2528
- name: Cache dependencies
2629
uses: actions/cache@v3
2730
with:

Diff for: .github/workflows/main.yml

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222

2323
- name: Install deps
2424
uses: bahmutov/npm-install@v1
25-
with:
26-
useLockFile: false
2725

2826
- name: Build
2927
run: yarn build

Diff for: .github/workflows/storybook.yml

-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424

2525
- name: Install deps
2626
uses: bahmutov/npm-install@v1
27-
with:
28-
useLockFile: false
2927

3028
- name: Build
3129
run: yarn build

0 commit comments

Comments
 (0)