feat: update to node 20.11.2 (LTS)

This commit is contained in:
Devin Haska 2024-02-20 22:54:16 -08:00
parent 570309d241
commit efb63a445a
2 changed files with 2 additions and 2 deletions

2
.nvmrc
View file

@ -1 +1 @@
v18.12.1 v20.11.1

View file

@ -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"