Skip to content

Commit 2bb3bb7

Browse files
committed
chore: fix workflow
1 parent f46258e commit 2bb3bb7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ jobs:
2121
with:
2222
node-version: '15.11.0'
2323

24-
# Throw an error if the yarn.lock file doesn't match the installed dependencies (rather than updating it in-place, which it does by default locally)
2524
- name: Install
26-
run: yarn install --frozen-lockfile --silent
25+
run: yarn install
2726

2827
- name: Typecheck
2928
run: yarn test:ts

0 commit comments

Comments
 (0)