Skip to content

Commit 4ffbddb

Browse files
authored
Update demo-ci.yml
1 parent e668804 commit 4ffbddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/demo-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v3
2121
- name: Install javascript dependencies
22-
uses: borales/actions-yarn@v2.3.0
22+
uses: borales/actions-yarn@v3.0.0
2323
with:
2424
cmd: --cwd web install # will run `yarn install` command
2525
- name: Lint javascript code
26-
uses: borales/actions-yarn@v2.3.0
26+
uses: borales/actions-yarn@v3.0.0
2727
with:
2828
cmd: --cwd web run lint # will run `yarn run lint` command
2929

0 commit comments

Comments
 (0)