Skip to content

Commit

Permalink
Merge branch 'database-overhaul' of github.com:rustymotors/server int…
Browse files Browse the repository at this point in the history
…o database-overhaul
  • Loading branch information
drazisil committed May 8, 2024
2 parents 9f6eb6b + 5d5824f commit d08682f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
node-version: ${{ matrix.node-version }}
- name: Resolve Outdated Comments
uses: Ardiannn08/[email protected]
with:
token: ${{ secrets.GH_TOKEN }}
mode: "delete"
- name: Install and test
run: |
corepack enable pnpm
Expand Down

0 comments on commit d08682f

Please sign in to comment.