Skip to content

Commit

Permalink
chore: require node >= 18 (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
uiolee authored Dec 23, 2024
1 parent ef1a202 commit 68ddd15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
default_node_version: 14
default_node_version: 18

jobs:
test:
Expand All @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: ["14", "16", "18"]
node-version: [18, 20]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"picocolors": "^1.0.0"
},
"engines": {
"node": ">=14"
"node": ">=18"
}
}

0 comments on commit 68ddd15

Please sign in to comment.