diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 9c11dffd2af..6fc4439d17e 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: 22 + node-version: '22.22.1' # Specifically avoid 22.22.2 due to a regression with npm latest cache: 'npm' registry-url: 'https://registry.npmjs.org'