diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 474c57b..515c8d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - name: Use Node.js ${{ env.NODE_VERSION }} uses: actions/setup-node@v4 with: - node-version: ${{ matrix.node-version }} + node-version: ${{ env.NODE_VERSION }} - name: Install dependencies run: npm ci - name: Run tests on VS Code ${{ matrix.vscode-version }}