Skip to content

Commit

Permalink
Release v13.0.0
Browse files Browse the repository at this point in the history
- Publish as CJS and ESM
- Upgrade eslint to flat config
- Update npms and dependencies
  • Loading branch information
jgeurts committed Jul 2, 2024
1 parent 62b5622 commit 7117a08
Show file tree
Hide file tree
Showing 109 changed files with 9,113 additions and 3,995 deletions.
304 changes: 0 additions & 304 deletions .eslintrc.js

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:

strategy:
matrix:
node-version: ['18', '20']
node-version: ['18', '20', '22']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down
Loading

0 comments on commit 7117a08

Please sign in to comment.