Mirror: Best-effort discovery of the machine's local network using just Node.js dgram sockets
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: Add npm update to release workflow

+4
+4
.github/workflows/release.yml
··· 33 33 uses: actions/setup-node@v4 34 34 with: 35 35 node-version: 22 36 + registry-url: 'https://registry.npmjs.org' 36 37 cache: 'pnpm' 37 38 38 39 - name: Install Dependencies 39 40 run: pnpm install --frozen-lockfile --prefer-offline 41 + 42 + - name: Update npm 43 + run: npm install -g npm@11.6 40 44 41 45 - name: PR or Publish 42 46 id: changesets