Skip to content

Commit

Permalink
node 22 linux only
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed Jan 13, 2025
1 parent 6af35b8 commit 3e18fbf
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,8 @@ jobs:
build:
strategy:
matrix:
node: [20, 22]
node: [22]
os: [ubuntu-22.04]
include:
# single mac test due to minute multipliers
# https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions
- node: 20
os: macos-14
# single windows test due to node.js 14 node-gyp / vs 2022 issues
- node: 20
os: windows-2022
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3e18fbf

Please sign in to comment.