chore: update github actions

pull/1025/head
ppoffice 2022-01-15 18:00:16 -05:00
parent 87fb6f2c99
commit 684b847b70
No known key found for this signature in database
GPG Key ID: D872802C1F2A16AA
2 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm install
- run: >
npm install $(node -e "const deps=require('./package.json').peerDependencies;

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12, 14]
node-version: [12, 14, 16]
fail-fast: false
steps:
- uses: actions/checkout@v2