Skip to content

Commit

Permalink
Updating Node version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cmegalo committed Sep 9, 2024
1 parent b4412ab commit 1eff701
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.15.0]

steps:
- name: Checkout code
Expand Down

0 comments on commit 1eff701

Please sign in to comment.