Skip to content

feat: implement optimistic stargazer count #124

feat: implement optimistic stargazer count

feat: implement optimistic stargazer count #124

Workflow file for this run

name: Node.js CI
on:
push:
branches: [master]
pull_request:
branches: [master]
env:
NODE_ENV: test
DATABASE_URL: ${{ secrets.DATABASE_URL }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: "20.x"
- run: npm ci
- run: npm run build --if-present
- run: npm test