From d78cb4e50d135f92353d2fc20023d578ed158b82 Mon Sep 17 00:00:00 2001 From: yage Date: Tue, 20 Feb 2024 22:10:32 -0700 Subject: [PATCH] go --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cbee24c..bd3e6a1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,7 +34,7 @@ jobs: - python/dist - run: pip install twine && twine upload dist/* - nodesjs-test: + nodejs-test: executor: nodejs working_directory: ./zx/lib steps: @@ -62,7 +62,7 @@ jobs: - run: pnpm test - run: pnpm lint - nodesjs-publish: + nodejs-publish: executor: nodejs working_directory: ./zx/lib steps: