You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# File containing the version Spec of the version to use. Examples: .nvmrc, .node-version, .tool-versions.
29
+
# If node-version and node-version-file are both provided the action will use version from node-version.
30
+
node-version-file: ''
31
+
32
+
# Set this option if you want the action to check for the latest available version
33
+
# that satisfies the version spec.
34
+
# It will only get affect for lts Nodejs versions (12.x, >=10.15.0, lts/Hydrogen).
35
+
# Default: false
36
+
check-latest: false
37
+
38
+
# Target architecture for Node to use. Examples: x86, x64. Will use system architecture by default.
39
+
# Default: ''. The action use system architecture by default
40
+
architecture: ''
41
+
42
+
# Used to pull node distributions from https://github.com/actions/node-versions.
43
+
# Since there's a default, this is typically not supplied by the user.
44
+
# When running this action on github.com, the default value is sufficient.
45
+
# When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting.
46
+
#
47
+
# We recommend using a service account with the least permissions necessary. Also
48
+
# when generating a new PAT, select the least scopes necessary.
49
+
#
50
+
# [Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
0 commit comments