Skip to content

Commit

Permalink
chore: Update node version requirement to include 20.x in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Takeshi committed May 12, 2024
1 parent 5269311 commit c9bc5c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [15.x, 18.x, 20.x]
node: [20.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"zip"
],
"engines": {
"node": ">=15.x"
"node": ">=20.x"
}
}

0 comments on commit c9bc5c1

Please sign in to comment.