@netlify/build 18.25.2 → 19.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/build",
3
- "version": "18.25.2",
3
+ "version": "19.0.0",
4
4
  "description": "Netlify build module",
5
5
  "main": "src/core/main.js",
6
6
  "types": "types/index.d.ts",
@@ -127,6 +127,6 @@
127
127
  "yarn": "^1.22.4"
128
128
  },
129
129
  "engines": {
130
- "node": ">=10.18.0"
130
+ "node": "^12.20.0 || ^14.14.0 || >=16.0.0"
131
131
  }
132
132
  }
@@ -10,7 +10,7 @@ const {
10
10
  const { addErrorInfo } = require('../error/info')
11
11
 
12
12
  // Local plugins and `package.json`-installed plugins use user's preferred Node.js version if higher than our minimum
13
- // supported version (Node v10). Else default to the system Node version.
13
+ // supported version. Else default to the system Node version.
14
14
  // Local and programmatic builds use `@netlify/build` Node.js version, which is
15
15
  // usually the system's Node.js version.
16
16
  // If the user Node version does not satisfy our supported engine range use our own system Node version