Skip to content

Commit

Permalink
Merge branch 'main' into tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
billyjanitsch committed Jun 4, 2024
2 parents 7798041 + 22bd879 commit d669a52
Show file tree
Hide file tree
Showing 3 changed files with 1,697 additions and 1,377 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: npm
- run: npm install -g npm@9
- run: npm ci
- run: npm test
Loading

0 comments on commit d669a52

Please sign in to comment.