Skip to content

Commit 204eb35

Browse files
authored
Bump to node20 (#201)
Fix for deprecated node16 Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: webfactory/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
1 parent 9f6f312 commit 204eb35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ inputs:
2020
description: 'git command'
2121
required: false
2222
runs:
23-
using: 'node16'
23+
using: 'node20'
2424
main: 'dist/index.js'
2525
post: 'dist/cleanup.js'
2626
post-if: 'always()'
27+
2728
branding:
2829
icon: loader
2930
color: 'yellow'

0 commit comments

Comments
 (0)