Skip to content

Commit

Permalink
Update static-analysis.yml
Browse files Browse the repository at this point in the history
Updated to only 18
  • Loading branch information
chris-bateman authored Feb 18, 2024
1 parent 72f94be commit 0d233f0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@ jobs:
static-analysis:
name: 'Lint and Type-check'
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20]

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version: 18

- uses: pnpm/action-setup@v3
with:
Expand Down

0 comments on commit 0d233f0

Please sign in to comment.