Skip to content

Commit b5d8897

Browse files
committed
Remove yarn task from ci workflow
1 parent 437f1fc commit b5d8897

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/code-check.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ jobs:
1212
build:
1313
name: Check codebase (lint and typecheck)
1414
runs-on: ubuntu-latest
15+
strategy:
16+
matrix:
17+
node-version: [ 18.x ]
1518
steps:
1619
- uses: actions/checkout@v2
17-
- uses: actions/setup-node@v3
20+
- uses: actions/setup-node@v2
1821
with:
19-
node-version: 18
20-
cache: 'yarn'
22+
node-version: ${{ matrix.node-version }}
2123

2224
- uses: pnpm/action-setup@v2.2.2
2325
with:

0 commit comments

Comments
 (0)