chore(actions): Update npm
kitten.sh 3 months ago 046c6e5e e8a26b43
··· 27 27 uses: actions/setup-node@v4 28 28 with: 29 29 node-version: 20 30 30 + registry-url: "https://registry.npmjs.org" 31 31 + 32 32 + - name: Update npm 33 33 + run: npm install -g npm@latest 30 34 31 35 - name: Setup pnpm 32 36 uses: pnpm/action-setup@v3