Skip to content

Commit

Permalink
chore: use npm run instead of pnpm run
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertHernandez committed Nov 24, 2024
1 parent f9a9edc commit cad30ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: node --run test

# Node version before 22.x does not support the node --run command, so we need to use the pnpm command instead.
build-legacy:
build-node-20:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛬
Expand Down

0 comments on commit cad30ad

Please sign in to comment.