Skip to content

Commit 1a18b85

Browse files
committed
ci: upgrade setup-node to v2
1 parent 8e13fea commit 1a18b85

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ jobs:
1515
- '14'
1616
- '16'
1717
steps:
18-
- name: Checkout
19-
uses: actions/checkout@v2
20-
- name: Set up Node.js ${{ matrix.node-version }}
21-
uses: actions/setup-node@v1
18+
- uses: actions/checkout@v2
19+
- uses: actions/setup-node@v2
2220
with:
2321
node-version: ${{ matrix.node-version }}
22+
cache: 'yarn'
2423
- run: yarn install --frozen-lockfile
2524
- run: yarn lint
2625
- run: yarn test

0 commit comments

Comments
 (0)