Skip to content

Commit

Permalink
Test on Node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Sep 10, 2024
1 parent 914ce44 commit 806af85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18, 20]
node-version: ['18', '20', '22']

steps:
- uses: actions/checkout@v4
Expand All @@ -28,4 +28,4 @@ jobs:
- run: |
echo "::remove-matcher owner=eslint-compact::"
echo "::remove-matcher owner=eslint-stylish::"
- run: npm run test
- run: npm run all

0 comments on commit 806af85

Please sign in to comment.