Skip to content

Commit

Permalink
chore(deps): update minimum node engine version
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoRamil committed Jan 14, 2025
1 parent 829e499 commit 0aded24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
node-version: [18, 20]
node-version: [20, 22]

steps:
- name: Check out code
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"update"
],
"engines": {
"node": ">=18 <=20"
"node": ">=20"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 0aded24

Please sign in to comment.