Fork of Chiri for Astro for my blog
0
fork

Configure Feed

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

Merge pull request #44 from the3ash/dependabot/github_actions/actions/setup-node-5

github-actions(deps): bump actions/setup-node from 4 to 5

authored by

3ASH and committed by
GitHub
dfd3d7c5 f5fb5d02

+1 -1
+1 -1
.github/workflows/ci.yml
··· 33 33 version: latest 34 34 35 35 - name: Setup Node.js 36 - uses: actions/setup-node@v4 36 + uses: actions/setup-node@v5 37 37 with: 38 38 node-version: 'latest' 39 39 cache: 'pnpm'