Skip to content

Commit

Permalink
Merge pull request #31 from joshuajaco/maintenance
Browse files Browse the repository at this point in the history
Maintenance
  • Loading branch information
joshuajaco authored Jul 28, 2024
2 parents 726c586 + a9d68fa commit 22c35d7
Show file tree
Hide file tree
Showing 6 changed files with 2,263 additions and 3,627 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ jobs:
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version-file: .tool-versions
cache: "npm"
- run: npm ci
- run: npm run format:check
- run: npm run lint
- run: npm run build
- run: npm test
cache: "pnpm"
- run: pnpm install
- run: pnpm format:check
- run: pnpm lint
- run: pnpm build
- run: pnpm test
- name: Coveralls
uses: coverallsapp/github-action@v2
with:
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pnpm-lock.yaml
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 21.6.2
nodejs 22.5.1
Loading

0 comments on commit 22c35d7

Please sign in to comment.