Updated buildchain to node 14

This commit is contained in:
Kasra Bigdeli 2020-06-23 07:26:24 -04:00
parent be20448f6f
commit ce06f106c5
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 10
node-version: 14
- run: npm ci && npm run publish
env:
GITHUB_PERSONAL_TOKEN: ${{secrets.GITHUB_PERSONAL_TOKEN}}

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 10
node-version: 14
- run: npm ci && npm run validate_json
env:
GITHUB_PERSONAL_TOKEN: ${{secrets.GITHUB_PERSONAL_TOKEN}}