Skip to content

Commit

Permalink
fix: matrix.node-version -> env.NODE_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
sockmaster27 committed Jun 7, 2024
1 parent 4c0d123 commit 09b9cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 09b9cc9

Please sign in to comment.