Skip to content

Commit

Permalink
Merge pull request #14 from port-labs/support-node-20
Browse files Browse the repository at this point in the history
add support for node 20
  • Loading branch information
itamar-smirra-port authored Jul 15, 2024
2 parents a9fec13 + b298a12 commit a41df61
Show file tree
Hide file tree
Showing 4 changed files with 1,347 additions and 1,040 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
submodules: recursive
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
registry-url: https://registry.npmjs.org/
cache: "npm"
- run: npm ci
Expand Down
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 a41df61

Please sign in to comment.