Skip to content

Commit

Permalink
feat: support node.js 16
Browse files Browse the repository at this point in the history
nodejs 16 supported by runner version 2.285.0

actions/runner#772
  • Loading branch information
jfroche committed Nov 28, 2022
1 parent 84382a8 commit 603c4f5
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: 'node12'
using: 'node16'
main: 'main.js'
inputs:
pull_request_base:
Expand Down

0 comments on commit 603c4f5

Please sign in to comment.