Skip to content

Commit

Permalink
Update workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Nov 22, 2024
1 parent 285d25d commit 73d21e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
# [1]: https://docs.npmjs.com/cli/v10/commands/npm-ci
# [2]: https://blog.npmjs.org/post/171556855892/introducing-npm-ci-for-faster-more-reliable
#if: steps.npm-version.outputs.major >= 6
if: steps.lockfile-versio.outputs.version != null
if: steps.lockfile-version.outputs.version != null

- run: npm install
if: steps.lockfile-version.outputs.version == null
Expand Down

0 comments on commit 73d21e0

Please sign in to comment.