Skip to content

Commit

Permalink
only run node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
remidej committed Nov 2, 2023
1 parent 692e680 commit 6fbcb89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
lint:
name: 'Lint (node: 20)'
name: 'lint (node: 20)'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, 20]
node: [20]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 6fbcb89

Please sign in to comment.