Skip to content

Commit c2ce08b

Browse files
committed
Updated the action yaml file
1 parent 1d36479 commit c2ce08b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/install-dependencies/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ runs:
66
- name: Setup Node.js
77
uses: actions/setup-node@v3
88
with:
9-
node-version: 20
9+
node-version: 18
1010
cache: 'yarn'
1111

1212
- name: Install dependencies
13-
run: yarn install --frozen-lockfile
13+
run: yarn install
1414
shell: bash

0 commit comments

Comments
 (0)