We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a47b2f6 commit 7c6182cCopy full SHA for 7c6182c
README.md
@@ -7,7 +7,8 @@
7
This action sets by node environment for use in actions by:
8
9
- optionally downloading and caching a version of node - npm by version spec and add to PATH
10
-- registering problem matchers for error output
+- registering problem matchers for error output
11
+- configuring authentication for GPR or npm
12
13
# Usage
14
@@ -19,7 +20,7 @@ steps:
19
20
- uses: actions/checkout@v2
21
- uses: actions/setup-node@v1
22
with:
- node-version: '10.x'
23
+ node-version: '12'
24
- run: npm install
25
- run: npm test
26
```
0 commit comments