diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 5efc9da..a2ea9bd 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -18,12 +18,9 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: 22 + node-version: '22.14.0' registry-url: 'https://registry.npmjs.org' - - name: Update npm to latest - run: npm install -g npm@latest - - name: Install dependencies run: npm ci