diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 48da4b53..fa23ae56 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -14,6 +14,9 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 + with: + node-version: ${{ matrix.version }} + registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm run build - run: npm publish