Skip to content

Commit

Permalink
CI: test Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm committed Feb 28, 2025
1 parent 7b8d323 commit 87f311d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-branch-exec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-24.04, ubuntu-24.04-arm, macos-15, windows-latest ]
os: [ ubuntu-24.04, ubuntu-24.04-arm, macos-13, macos-15, windows-latest ]
steps:
- uses: volta-cli/action@v4
- env:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-24.04, ubuntu-24.04-arm, macos-15, windows-latest ]
node-version: [ lts, 18 ]
os: [ ubuntu-24.04, ubuntu-24.04-arm, macos-13, macos-15, windows-latest ]
node-version: [ lts, 20 ]
steps:
# Setup and install
- uses: actions/checkout@v4
Expand All @@ -100,7 +100,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
node-version: [ lts, 18, ]
node-version: [ lts, 20 ]
steps:
# Setup and install
- uses: actions/checkout@v4
Expand All @@ -124,7 +124,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-24.04, ubuntu-24.04-arm, macos-15, windows-latest ]
os: [ ubuntu-24.04, ubuntu-24.04-arm, macos-13, macos-15, windows-latest ]
steps:
# Setup and install
- uses: actions/checkout@v4
Expand All @@ -142,7 +142,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ lts, 18 ]
node-version: [ lts, 20 ]
steps:
# Setup and install
- uses: actions/checkout@v4
Expand Down

0 comments on commit 87f311d

Please sign in to comment.