Skip to content

Commit

Permalink
chore: support node 22 (#10)
Browse files Browse the repository at this point in the history
* chore: support node 22

* chore: support both intel and arm mac
  • Loading branch information
bobbyg603 authored Jul 2, 2024
1 parent 2d9fc3f commit b9c8320
Show file tree
Hide file tree
Showing 3 changed files with 291 additions and 399 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/neon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
node-version: [18, 20]
os: [windows-latest, macos-latest, macos-13, ubuntu-latest]
node-version: [18, 20, 22]
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
Expand Down
Loading

0 comments on commit b9c8320

Please sign in to comment.