Skip to content

Commit

Permalink
Merge pull request #217 from reviewdog/add-node22-to-build-matrix
Browse files Browse the repository at this point in the history
add Node.js 22 to the build matrix, and remove Node.js 16
  • Loading branch information
shogo82148 authored Jul 25, 2024
2 parents beb7a74 + fbedf08 commit 70660d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
fail-fast: false
matrix:
node_version:
- "16"
- "18"
- "20"
- "22"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 70660d8

Please sign in to comment.