Skip to content

Commit

Permalink
Run lint on node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
aearly committed Nov 1, 2023
1 parent ffd4cfb commit 8610499
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ permissions:
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node:
- 20
steps:
- name: ⬇️ Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 8610499

Please sign in to comment.