Skip to content

Commit

Permalink
update project
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen committed Oct 21, 2024
1 parent f3c9f15 commit 95d486d
Show file tree
Hide file tree
Showing 11 changed files with 5,135 additions and 4,266 deletions.
471 changes: 0 additions & 471 deletions .eslintrc

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,16 @@ jobs:
- macos-latest
- windows-latest
node-version:
- 16.x
- 18.x
- 20.x
- 22.x
name: Use ${{ matrix.node-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: latest
- run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion dist/date-differencer.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 95d486d

Please sign in to comment.