From 7d6bddba2d8de29c263feaef4c40daa50cb4b176 Mon Sep 17 00:00:00 2001 From: Igor Randjelovic Date: Fri, 17 Sep 2021 08:41:32 +0200 Subject: [PATCH] Fix node version on CI (#4069) Co-authored-by: Jay --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be8d079..739ec2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,6 @@ jobs: - name: Setup node uses: actions/setup-node@v2 with: - node-version: ${{ matrix.node }} + node-version: ${{ matrix.node-version }} - run: npm install - run: npm test