Skip to content

Commit 6bdf81f

Browse files
committed
Remove max node version. Fix #3
1 parent 179549d commit 6bdf81f

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ Make sure the path for [`cache_img`](#1-cache_img) is correct. Aand you're done!
3939
You can read Netlify's documentation about Plugins here:
4040
https://docs.netlify.com/configure-builds/build-plugins/
4141

42-
**Note**: If your builds are failing, the version of Node you're using is
43-
probably not supported by Netlify. Try Node v16.x.x. See the
44-
[FAQs section](#my-builds-are-failing) for more info.
4542

4643
## Documentation
4744

@@ -134,7 +131,7 @@ or with
134131

135132
The version of Node you're using is not supported by Netlify.
136133

137-
Try setting Node version to 16.x
134+
Try setting Node version to 16.x with
138135

139136
```bash
140137
echo "16" > .nvmrc
@@ -144,6 +141,7 @@ More info about this error:
144141

145142
- https://answers.netlify.com/t/netlify-build-cache-error/78115/4
146143
- https://answers.netlify.com/t/build-failing-after-upgrade-to-node-18/75774
144+
- https://github.com/zeroby0/netlify-plugin-11ty/issues/3
147145

148146
See this guide for more ways to set Node versions:
149147
https://docs.netlify.com/configure-builds/manage-dependencies/

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "netlify-plugin-11ty",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "A plugin to make building with Eleventy and Netlify a joy!",
55
"publishConfig": {
66
"access": "public"
@@ -36,7 +36,7 @@
3636
"test": "test"
3737
},
3838
"engines": {
39-
"node": ">=12.18.0 <18.0.0"
39+
"node": ">=12.18.0"
4040
},
4141
"scripts": {
4242
"build": "netlify-build",

0 commit comments

Comments
 (0)