diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84bc45f..f9e9e24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 20 + - run: npm ci - run: npm test publish-npm: @@ -25,7 +26,6 @@ jobs: with: node-version: 20 registry-url: https://registry.npmjs.org/ - - run: npm ci - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.npm_token}}