Skip to content

Commit 7c6182c

Browse files
Update README.md
1 parent a47b2f6 commit 7c6182c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
This action sets by node environment for use in actions by:
88

99
- optionally downloading and caching a version of node - npm by version spec and add to PATH
10-
- registering problem matchers for error output
10+
- registering problem matchers for error output
11+
- configuring authentication for GPR or npm
1112

1213
# Usage
1314

@@ -19,7 +20,7 @@ steps:
1920
- uses: actions/checkout@v2
2021
- uses: actions/setup-node@v1
2122
with:
22-
node-version: '10.x'
23+
node-version: '12'
2324
- run: npm install
2425
- run: npm test
2526
```

0 commit comments

Comments
 (0)