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 pnpm in workflow

+3 -3
+2 -2
.github/workflows/ci.yml
··· 23 23 node-version: 18 24 24 25 25 - name: Setup pnpm 26 - uses: pnpm/action-setup@v2.2.2 26 + uses: pnpm/action-setup@v2.2.4 27 27 with: 28 - version: 7 28 + version: 8 29 29 run_install: false 30 30 31 31 - name: Get pnpm store directory
+1 -1
.github/workflows/release.yml
··· 28 28 node-version: 18 29 29 30 30 - name: Setup pnpm 31 - uses: pnpm/action-setup@v2.2.2 31 + uses: pnpm/action-setup@v2.2.4 32 32 with: 33 33 version: 8 34 34 run_install: false