chore: node 14

This commit is contained in:
DIYgod 2020-11-03 00:06:56 +08:00
parent d93c12784a
commit 3aefa62315
No known key found for this signature in database
GPG Key ID: D159328F47A80DCA
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12'
node-version: '14'
- run: yarn install
- run: npm run format
- name: Commit files

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12'
node-version: '14'
registry-url: 'https://registry.npmjs.org'
- name: Release
run: |

View File

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [10.x, 12.x, 14.x]
steps:
- uses: actions/checkout@v2