Skip to content

Commit

Permalink
Allow Node.js LTS ‘Iron’ (v20) release version
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Oct 27, 2023
1 parent 239911e commit aa16566
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ iOS >= 11
ie 11

[node]
node 18
node 20
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/hydrogen
lts/iron
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"tap-mocha-reporter": "^5.0.4"
},
"engines": {
"node": "^18.12.0",
"npm": "^8.1.0 || ^9.1.0"
"node": "^20.9.0",
"npm": "^10.1.0"
}
}

0 comments on commit aa16566

Please sign in to comment.