Skip to content

Commit 3b62601

Browse files
author
Stefan Zollinger
committed
fix: ci pipeline
1 parent 941abec commit 3b62601

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
with:
1010
node-version: "12"
1111
- uses: actions/checkout@v2
12-
- uses: borales/actions-yarn@v2.0.0
12+
- uses: actions/setup-node@v2-beta
1313
with:
1414
cmd: install
15-
- uses: borales/actions-yarn@v2.0.0
15+
- uses: actions/setup-node@v2-beta
1616
with:
1717
cmd: lint
18-
- uses: borales/actions-yarn@v2.0.0
18+
- uses: actions/setup-node@v2-beta
1919
with:
2020
cmd: test

0 commit comments

Comments
 (0)