Compare commits

..

8 Commits

Author SHA1 Message Date
Marissa Gutierrez
f0c1796ba1 Merge 9b6f759647 into a47b2f66c6 2020-05-02 17:22:39 -06:00
Bryan MacFarlane
a47b2f66c6 Merge pull request #108 from nschonni/patch-2
chore: Swap EOL 8 in example for 12
2020-05-02 11:47:58 -04:00
Bryan MacFarlane
89ea387bde Merge pull request #141 from fishcharlie/patch-1
Changing node-version default to be latest LTS (12.x)
2020-05-02 11:45:15 -04:00
Marissa Gutierrez
9b6f759647 Revert "Create FUNDING.yml" 2020-04-22 01:04:43 -06:00
Marissa Gutierrez
441491fac4 Merge pull request #1 from MarissaGutierre8/MarissaGutierre8-patch-1-1
Create FUNDING.yml
2020-04-22 01:04:36 -06:00
Marissa Gutierrez
10978b6990 Create FUNDING.yml 2020-04-22 01:01:08 -06:00
Charlie Fish
0cc027b656 Changing node-version default to be latest LTS (12.x) 2020-04-20 17:36:56 -06:00
Nick Schonning
6b7f6c9fa6 chore: Swap EOL 8 in example for 12 2020-01-31 02:12:22 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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: