chore: node16 for github action

This commit is contained in:
ppedziwiatr
2021-10-19 14:38:06 +02:00
committed by Piotr Pędziwiatr
parent 4d3be3def1
commit fbf3b30e69

View File

@@ -5,6 +5,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install modules
run: yarn
- name: Run unit tests