Skip to content

Commit

Permalink
node >= 20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil committed Jan 30, 2024
1 parent a497a85 commit e544f97
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/google-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dotenv": "^16.3.1"
},
"engines": {
"node": "^18 <18.19.0 || >=20"
"node": ">=20.6"
},
"devDependencies": {
"@types/node": "^20.10.6"
Expand Down
2 changes: 1 addition & 1 deletion examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"@observablehq/cli": "link:../.."
},
"engines": {
"node": "^18 <18.19.0 || >=20"
"node": ">=20.6"
}
}
2 changes: 1 addition & 1 deletion examples/plot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dotenv": "^16.3.1"
},
"engines": {
"node": "^18 <18.19.0 || >=20"
"node": ">=20.6"
},
"devDependencies": {
"@types/node": "^20.10.6"
Expand Down
2 changes: 1 addition & 1 deletion examples/pmms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"d3-time-format": "^4.1.0"
},
"engines": {
"node": "^18 <18.19.0 || >=20"
"node": ">=20.6"
}
}

0 comments on commit e544f97

Please sign in to comment.