mirror of
https://github.com/actions/setup-node.git
synced 2026-06-14 14:13:52 +08:00
Compare commits
8 Commits
v1.4.2
...
f0c1796ba1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f0c1796ba1 | ||
|
|
a47b2f66c6 | ||
|
|
89ea387bde | ||
|
|
9b6f759647 | ||
|
|
441491fac4 | ||
|
|
10978b6990 | ||
|
|
0cc027b656 | ||
|
|
6b7f6c9fa6 |
@@ -31,7 +31,7 @@ jobs:
|
||||
runs-on: ubuntu-16.04
|
||||
strategy:
|
||||
matrix:
|
||||
node: [ '10', '8' ]
|
||||
node: [ '10', '12' ]
|
||||
name: Node ${{ matrix.node }} sample
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
@@ -7,7 +7,7 @@ inputs:
|
||||
default: 'false'
|
||||
node-version:
|
||||
description: 'Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0'
|
||||
default: '10.x'
|
||||
default: '12.x'
|
||||
registry-url:
|
||||
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'
|
||||
scope:
|
||||
|
||||
Reference in New Issue
Block a user