From fbf3b30e69a93f160cbae9a037a82bf343e2fbea Mon Sep 17 00:00:00 2001 From: ppedziwiatr Date: Tue, 19 Oct 2021 14:38:06 +0200 Subject: [PATCH] chore: node16 for github action --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f710cf8..563b29c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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