Skip to content

Commit dc5b714

Browse files
authored
Merge pull request #13 from ostov/master
Update nodejs version to 18
2 parents b43ce1f + da55475 commit dc5b714

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ outputs:
99
is-valid: # id of output
1010
description: 'Return if the input version is valid'
1111
runs:
12-
using: 'node12'
12+
using: 'node18'
1313
main: 'index.js'
1414
branding:
1515
icon: 'check-square'
1616
color: 'gray-dark'
17-

node_modules/@actions/core/README.md

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/http-client/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)