Skip to content

Commit

Permalink
Use Node.js v20.x
Browse files Browse the repository at this point in the history
GitHub doesn't actually support `node18`.
  • Loading branch information
sgarner authored Sep 1, 2023
1 parent 926715b commit 41fafc8
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 @@ -23,5 +23,5 @@ inputs:
description: '(optional) Specifies if the decryption should be performed on SSM parameters'
required: false
runs:
using: 'node18'
using: 'node20'
main: 'lib/index.js'

0 comments on commit 41fafc8

Please sign in to comment.