Mirror: 🎩 A tiny but capable push & pull stream library for TypeScript and Flow
0
fork

Configure Feed

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

chore: Update image for workflow

+4 -1
+4 -1
.github/workflows/release.yml
··· 6 6 jobs: 7 7 release: 8 8 name: Release 9 - runs-on: ubuntu-20.04 9 + runs-on: ubuntu-24.04 10 10 timeout-minutes: 20 11 11 permissions: 12 12 contents: write ··· 36 36 37 37 - name: Install Dependencies 38 38 run: pnpm install --frozen-lockfile --prefer-offline 39 + 40 + - name: Update npm 41 + run: npm install -g npm@11.6 39 42 40 43 - name: PR or Publish 41 44 id: changesets