diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d99e1ca..4ec7039 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - name: Setup Node modules run: | cd ./example/nodejs - yarn install + npm install cd ../.. - name: Setup Python3 uses: actions/setup-python@v4