diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index db62f5fd..829bf5d4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,7 +33,7 @@ jobs: - name: Set up Node environment uses: actions/setup-node@v6 with: - node-version: 20 + node-version: 22 cache: 'npm' cache-dependency-path: '**/package-lock.json' registry-url: 'https://registry.npmjs.org'