From b4200b05cd92548b1cc67d2372b752b4d96e6601 Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Wed, 25 Aug 2021 12:14:40 -0700 Subject: [PATCH] ci(test): set node version explicitly in `test` job (#2092) --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aff86612..d1f3554d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,6 +44,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: + node-version: 16 cache: npm - run: npm ci - name: Ensure dependencies are compatible with the version of node