Skip to content

Commit

Permalink
workflows(nodejs): use node 20.x
Browse files Browse the repository at this point in the history
Signed-off-by: TRACTION <[email protected]>
  • Loading branch information
iamtraction committed Sep 28, 2024
1 parent 0a352be commit ee1d92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [ 18.x ]
node-version: [ 20.x ]

steps:
- name: Checkout
Expand Down

0 comments on commit ee1d92c

Please sign in to comment.