Skip to content

Commit

Permalink
Update Node.js versions in workflows and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
valerius21 committed Jan 1, 2024
1 parent bbcd20b commit 2429a0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ['14.x', '18.x', '20.x']
node: ['18.x', '20.x']
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"src"
],
"engines": {
"node": ">=16"
"node": ">=18"
},
"scripts": {
"watch": "tsup --watch",
Expand Down

0 comments on commit 2429a0b

Please sign in to comment.