Skip to content

Commit 51ec8f4

Browse files
committed
ci: upgrade setup-node to v3 to more easily setup caching
Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
1 parent e0d5b9c commit 51ec8f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,11 @@ jobs:
4444

4545
steps:
4646
- uses: actions/checkout@v2
47-
- uses: actions/setup-node@v2
47+
- uses: actions/setup-node@v3
4848
with:
4949
node-version: ${{ matrix.node }}
50+
cache: 'yarn'
51+
cache-dependency-path: '**/yarn.lock'
5052
- run: yarn --frozen-lockfile
5153
- run: yarn test
5254

0 commit comments

Comments
 (0)