File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,6 @@ Make sure the path for [`cache_img`](#1-cache_img) is correct. Aand you're done!
39
39
You can read Netlify's documentation about Plugins here:
40
40
https://docs.netlify.com/configure-builds/build-plugins/
41
41
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.
45
42
46
43
## Documentation
47
44
@@ -134,7 +131,7 @@ or with
134
131
135
132
The version of Node you're using is not supported by Netlify.
136
133
137
- Try setting Node version to 16.x
134
+ Try setting Node version to 16.x with
138
135
139
136
``` bash
140
137
echo " 16" > .nvmrc
@@ -144,6 +141,7 @@ More info about this error:
144
141
145
142
- https://answers.netlify.com/t/netlify-build-cache-error/78115/4
146
143
- https://answers.netlify.com/t/build-failing-after-upgrade-to-node-18/75774
144
+ - https://github.com/zeroby0/netlify-plugin-11ty/issues/3
147
145
148
146
See this guide for more ways to set Node versions:
149
147
https://docs.netlify.com/configure-builds/manage-dependencies/
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " netlify-plugin-11ty" ,
3
- "version" : " 1.3 .0" ,
3
+ "version" : " 1.4 .0" ,
4
4
"description" : " A plugin to make building with Eleventy and Netlify a joy!" ,
5
5
"publishConfig" : {
6
6
"access" : " public"
36
36
"test" : " test"
37
37
},
38
38
"engines" : {
39
- "node" : " >=12.18.0 <18.0.0 "
39
+ "node" : " >=12.18.0"
40
40
},
41
41
"scripts" : {
42
42
"build" : " netlify-build" ,
You can’t perform that action at this time.
0 commit comments