Skip to content

Commit

Permalink
Require at least node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
IngmarStein committed Feb 27, 2025
1 parent cf693c8 commit 83c90af
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "pixlet",
"version": "0.1.0",
"version": "0.37.0",
"description": "[![Build & test](https://github.com/tidbyt/pixlet/workflows/Build%20&%20test/badge.svg)](https://github.com/tidbyt/pixlet/actions?query=workflow%3A%22Build+%26+test%22+branch%3Amain) [![GoDoc](https://godoc.org/github.com/tidbyt/pixlet/runtime?status.svg)](https://godoc.org/github.com/tidbyt/pixlet/runtime)",
"main": "src/index.js",
"directories": {
"doc": "docs",
"example": "examples"
},
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"start": "webpack serve --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
Expand Down Expand Up @@ -69,4 +72,4 @@
"react-router-dom": "^7.2.0",
"react-simple-oauth2-login": "^0.5.4"
}
}
}

0 comments on commit 83c90af

Please sign in to comment.