Skip to content

Commit 9140fdc

Browse files
authoredJan 25, 2024
action.yml: Update to Node.js 20 (#1228)
Node.js 16 actions are deprecated. This should suppress the deprecation notice: Please update the following actions to use Node.js 20: codecov/codecov-action@v3
1 parent eaaf4be commit 9140fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,5 @@ branding:
120120
color: 'red'
121121
icon: 'umbrella'
122122
runs:
123-
using: 'node16'
123+
using: 'node20'
124124
main: 'dist/index.js'

0 commit comments

Comments
 (0)
Please sign in to comment.