Skip to content

Commit 504e342

Browse files
committed
maint: Use caching in GitHub actions.
1 parent 32d5cfc commit 504e342

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
15-
- uses: actions/setup-node@v1
15+
- uses: actions/setup-node@v2
1616
with:
1717
node-version: '14'
18-
- run: npm install yarn
18+
cache: 'yarn'
1919
- run: make check

0 commit comments

Comments
 (0)