Skip to content

Commit

Permalink
Node version update to 16 (#43)
Browse files Browse the repository at this point in the history
* Bumping node version to 16

* Test cerberus version bump
  • Loading branch information
james-michael authored Dec 15, 2022
1 parent f62b6b1 commit f2a93e6
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 @@ -15,5 +15,5 @@ inputs:
required: true
description: 'Cerberus SDB keys and target environment variable names eg: [{"id": "ID", "name": "NAME", "url": "URL"}]'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'

0 comments on commit f2a93e6

Please sign in to comment.