Skip to content

Commit

Permalink
Changing to node 20 only
Browse files Browse the repository at this point in the history
  • Loading branch information
code-ape committed Mar 5, 2025
1 parent 65e4223 commit 0d82d24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nexe-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
strategy:
matrix:
# NOTE: macos-13 = x64, macos-14 & macos-15 = arm64
os: [ubuntu-latest, windows-latest, macos-latest] # TODO: Use windows-2019?
node_version: ['20.18.3', '22.14.0'] # TODO: Add back 18.20.7
os: [ubuntu-latest, windows-2019, macos-latest]
node_version: ['18.20.7', '20.18.3'] # TODO: Add 22.14.0 next

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0d82d24

Please sign in to comment.