Skip to content

Commit

Permalink
Upgrade node version in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
MidhunSureshR committed Aug 18, 2023
1 parent 9590270 commit edf3d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codechecks.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [18.1.0]

steps:
- name: Checkout source
Expand Down

0 comments on commit edf3d5d

Please sign in to comment.