feat: update to node 20.11.2 (LTS)
This commit is contained in:
parent
570309d241
commit
efb63a445a
2 changed files with 2 additions and 2 deletions
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
||||||
v18.12.1
|
v20.11.1
|
||||||
|
|
|
@ -5,5 +5,5 @@ package = "netlify-plugin-cache"
|
||||||
paths = [ ".cache" ]
|
paths = [ ".cache" ]
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
publish = "dist/"
|
publish = "dist"
|
||||||
command = "npm run build"
|
command = "npm run build"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue