Skip to content

Commit 4c09578

Browse files
committed
Update example configuration
1 parent cbe102b commit 4c09578

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ jobs:
2222
matrix:
2323
node-version: [13.x]
2424
steps:
25+
- uses: actions/checkout@v1
2526
- name: Use Node.js ${{ matrix.node-version }}
2627
uses: actions/setup-node@v1
2728
with:
2829
node-version: ${{ matrix.node-version }}
2930
- name: Install dependencies
30-
run: yarn --frozen-lockfile
31+
run: yarn install --frozen-lockfile
3132
- name: Typecheck
3233
uses: andoshin11/[email protected]
3334
```

0 commit comments

Comments
 (0)