Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dafnik committed Jul 22, 2024
1 parent 33fb1bc commit a7bc4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: check-version
run: |
echo "NODE_VERSION=$(node -v)" >> $GITHUB_OUTPUT
echo "MATRIX_NODE_VERSION=v${{ maxtrix.node }}" >> $GITHUB_OUTPUT
echo "MATRIX_NODE_VERSION=v${{ matrix.node }}" >> $GITHUB_OUTPUT
- name: fail on wrong version (${{ steps.check-version.outputs.VERSION }})
if: ${{ steps.check-version.outputs.NODE_VERSION != streps.check-version-outputs.MATRIX_NODE_VERSION }}
Expand Down

0 comments on commit a7bc4f9

Please sign in to comment.