[READ-ONLY] Mirror of https://github.com/probablykasper/starchart. GitHub star history graph starchart.kasper.space
chart github github-api github-star graph history star star-history stargazers stars
0

Configure Feed

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

Fix CI

Kasper (Dec 11, 2022, 10:14 AM +0100) f4b6b933 f7e07e29

+6 -3
+5 -3
.github/workflows/test.yml
··· 9 9 jobs: 10 10 test: 11 11 runs-on: ubuntu-latest 12 + env: 13 + PUBLIC_PAT: ${{ secrets.PUBLIC_PAT }} 12 14 steps: 13 15 - name: Checkout repository 14 - uses: actions/checkout@v2 16 + uses: actions/checkout@v3 15 17 16 18 - name: Node.js setup 17 - uses: actions/setup-node@v1 19 + uses: actions/setup-node@v3 18 20 with: 19 - node-version: 16 21 + node-version-file: '.node-version' 20 22 21 23 - run: npm install 22 24
+1
.node-version
··· 1 + 16