chore: node version
This commit is contained in:
parent
4e0e559f0c
commit
46aa34afdb
3 changed files with 18 additions and 18 deletions
|
@ -4,7 +4,7 @@
|
|||
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
||||
"type": "module",
|
||||
"engines": {
|
||||
"node": "20.x"
|
||||
"node": "22.x"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
|
@ -39,7 +39,7 @@
|
|||
"@11ty/eleventy": "v3.0.0",
|
||||
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
||||
"@cdransf/eleventy-plugin-tabler-icons": "^2.1.0",
|
||||
"@supabase/supabase-js": "^2.45.6",
|
||||
"@supabase/supabase-js": "^2.46.0",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"cssnano": "^7.0.6",
|
||||
"dotenv-flow": "^4.1.0",
|
||||
|
|
Reference in a new issue