Mirror of
0
fork

Configure Feed

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

Merge pull request #15 from trueberryless-org/update-template-files

authored by

Felix Schneider and committed by
GitHub
17b52895 e69302cd

+2 -2
+1 -1
.github/workflows/format.yaml
··· 16 16 uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 17 17 18 18 - name: Setup Node 19 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 19 + uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0 20 20 with: 21 21 node-version: 20 22 22 cache: "pnpm"
+1 -1
starlight/package.json
··· 15 15 "sharp": "^0.32.5", 16 16 "starlight-videos": "^0.3.0" 17 17 }, 18 - "packageManager": "pnpm@9.6.0" 18 + "packageManager": "pnpm@10.10.0" 19 19 }