diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 19ea1ea..05f6ab5 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: latest - name: Install the latest version of uv uses: astral-sh/setup-uv@v4 with: @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: latest registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm publish