Skip to content

Commit

Permalink
build(gha): fix matrix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Jul 12, 2024
1 parent 2b25959 commit 6ae8680
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 @@ -24,7 +24,7 @@ jobs:
key: coverage-${{ hashFiles('package.json', 'yarn.lock', 'tsconfig.json', 'src/**/*', 'test/**/*') }}

- uses: myparcelnl/actions/yarn-install@v4
if: matrix.node-version != env.DEFAULT_NODE_VERSION || steps.coverage-cache.outputs.cache-hit != 'true'
if: steps.coverage-cache.outputs.cache-hit != 'true'
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit 6ae8680

Please sign in to comment.