Skip to content

Commit

Permalink
chore(convert-to-module): v20 is minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
markhughes committed Sep 30, 2024
1 parent bd653bc commit bbc5d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
node: ["16", "18", "20", "22"]
node: ["20", "22"]

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit bbc5d96

Please sign in to comment.