diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8ffd638..a2c6674 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: '12.22.12' + node-version: '24.11.0' registry-url: 'https://registry.npmjs.org/' - name: Cache dependencies