diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3370c20..1423d59 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,7 +26,7 @@ jobs: run: npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }} - uses: actions/setup-node@v2 with: - node-version: '20.x' + node-version: '22.x' registry-url: 'https://registry.npmjs.org' - name: Force NPM clean run: npm cache clean --force