From cad30ad2a5ce5ae1a4115811d0c512f5724d420e Mon Sep 17 00:00:00 2001 From: Albert Hernandez Date: Sun, 24 Nov 2024 13:42:36 +0100 Subject: [PATCH] chore: use npm run instead of pnpm run --- .github/workflows/node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index e523e30..97db912 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -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 🛬