Skip to content

Commit

Permalink
Use nodejs 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jfroche committed Dec 28, 2023
1 parent acf2139 commit 9055a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'niv Updater Action'
description: 'A GitHub action that detects updates to dependencies tracked by niv and creates pull requests to keep them up to date.'
author: 'knl'
runs:
using: 'node16'
using: 'node20'
main: 'main.js'
inputs:
pull_request_base:
Expand Down

0 comments on commit 9055a9e

Please sign in to comment.