From 4bbabbba71a086d10ef6055cf8cb96de7b0107dc Mon Sep 17 00:00:00 2001 From: Ayushman Chhabra Date: Thu, 24 Aug 2023 19:18:25 -0400 Subject: [PATCH] fix(ci): typo --- .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 29befebca..764ef56dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3.6.0 with: - node-version: {{ matrix.node }} + node-version: ${{ matrix.node }} cache: "npm" - name: Enable corepack run: corepack enable