Skip to content

Commit 0cc027b

Browse files
authored
Changing node-version default to be latest LTS (12.x)
1 parent 339aa41 commit 0cc027b

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
@@ -7,7 +7,7 @@ inputs:
77
default: 'false'
88
node-version:
99
description: 'Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0'
10-
default: '10.x'
10+
default: '12.x'
1111
registry-url:
1212
description: 'Optional registry to set up for auth. Will set the registry in a project level .npmrc and .yarnrc file, and set up auth to read in from env.NODE_AUTH_TOKEN'
1313
scope:

0 commit comments

Comments
 (0)