Skip to content

Commit ae4267e

Browse files
authored
Update node.js.yml
Signed-off-by: Lala Sabathil <[email protected]>
1 parent 9e66a63 commit ae4267e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
cache: 'yarn'
25-
- run: yarn install --frozen-lockfile
25+
- run: yarn install
2626
- run: yarn run typecheck
2727
- run: yarn run check

0 commit comments

Comments
 (0)