From 57108e7c7a84a5363b4383cd4bb2d1c4de8aef2b Mon Sep 17 00:00:00 2001 From: Charlotte Vermandel Date: Thu, 19 Aug 2021 23:06:29 +0200 Subject: [PATCH] Specificy node version in lint tests --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5c7d6a3..eb5df33 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,6 +28,9 @@ jobs: run: yarn test linter_check: runs-on: ubuntu-latest + strategy: + matrix: + node: ["14"] name: linter test steps: - uses: actions/checkout@v2