Skip to content

Commit

Permalink
update actions to node20
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert committed Jan 30, 2024
1 parent 6ee761c commit 02aa56b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion decide-if-to-run-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ inputs:
default: '24'
required: true
runs:
using: 'node12'
using: 'node20'
main: 'dist/index.js'
2 changes: 1 addition & 1 deletion message/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ outputs:
description: the message to put into slack

runs:
using: 'node12'
using: 'node20'
main: 'dist/index.js'
2 changes: 1 addition & 1 deletion promote/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ outputs:
description: release artifacts download spec file name

runs:
using: 'node12'
using: 'node20'
main: 'dist/index.js'
2 changes: 1 addition & 1 deletion sign/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ outputs:


runs:
using: 'node12'
using: 'node20'
main: 'dist/index.js'

0 comments on commit 02aa56b

Please sign in to comment.