Skip to content

Commit c5626c0

Browse files
fix(github-actions): test-commit
1 parent 2db11a0 commit c5626c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pull-request.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,14 @@ jobs:
2424
uses: actions/setup-node@v3
2525
with:
2626
node-version: 20.13.1
27+
cache: 'yarn'
28+
yarn-version: '4.5.0'
2729

2830
- name: Clean yarn cache
2931
run: yarn cache clean
3032

3133
- name: Initialize dependencies
32-
run: yarn install
34+
run: yarn install --frozen-lockfile
3335

3436
- name: Cache Dependencies
3537
uses: actions/cache@v3

0 commit comments

Comments
 (0)