Skip to content

Commit

Permalink
Set Node.js version in package.json engines (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 authored Jul 31, 2023
1 parent 36486e8 commit c52d83d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"private": true,
"description": "Microsite for sysadminday.digitalocean.com (and sysadmin.love)",
"main": "dist/before.html",
"engines": {
"node": "18.17.0"
},
"scripts": {
"build": "node src/build.js",
"dev": "nodemon -e html,scss,js,svg --watch src --exec \"npm run dev:build && npm run dev:serve\"",
Expand Down

0 comments on commit c52d83d

Please sign in to comment.