Skip to content

Commit

Permalink
add support for node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
itamar-smirra-port committed Jul 15, 2024
1 parent a9fec13 commit f346576
Show file tree
Hide file tree
Showing 3 changed files with 1,342 additions and 1,035 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ jobs:
build:
strategy:
matrix:
node: [16]
node: [16, 20]
os: [ubuntu-22.04]
include:
- node: 16
os: macos-12
- node: 20
os: macos-12
runs-on: ${{ matrix.os }}
steps:
- name: Install node-gyp deps
Expand Down
Loading

0 comments on commit f346576

Please sign in to comment.