diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9b9a18f..375e0ad 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v6 with: - node-version: '16.20.2' + node-version: '24.14.0' registry-url: 'https://registry.npmjs.org/' - name: Edit package.json to remove custom registry config