Skip to content

Commit

Permalink
Bump GH action to use node 18 and 20
Browse files Browse the repository at this point in the history
  • Loading branch information
bookernath committed Oct 19, 2024
1 parent 4461c90 commit 2698035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node: [16.x]
node: [18.x, 20.x]

steps:
- name: Checkout code
Expand Down

0 comments on commit 2698035

Please sign in to comment.