diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 1e689d97..6f1dc25b 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -20,9 +20,9 @@ jobs: run: npm i -g corepack - uses: actions/setup-node@v4 with: + node-version: "24.x" # Trusted publishing requires npm >=v11.5.1 cache: "yarn" - - run: npm install -g npm # Trusted publishing requires npm >=v11.5.1 - run: yarn - name: Create Release Pull Request or Publish to npm