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