chore: update node in test workflow

pull/384/head
Webber 2022-04-11 23:55:28 +02:00
parent 10c4f7a419
commit 1bf138d9d9
1 changed files with 3 additions and 3 deletions

View File

@ -12,10 +12,10 @@ jobs:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12.x
node-version: '16'
- run: yarn
- run: yarn lint
- run: yarn test --coverage