Skip to content

Commit 0d233f0

Browse files
Update static-analysis.yml
Updated to only 18
1 parent 72f94be commit 0d233f0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@ jobs:
1111
static-analysis:
1212
name: 'Lint and Type-check'
1313
runs-on: ubuntu-latest
14-
strategy:
15-
matrix:
16-
node-version: [18, 20]
14+
1715
steps:
1816
- uses: actions/checkout@v4
1917
- uses: actions/setup-node@v4
2018
with:
21-
node-version: ${{ matrix.node-version }}
19+
node-version: 18
2220

2321
- uses: pnpm/action-setup@v3
2422
with:

0 commit comments

Comments
 (0)