chore: node version

This commit is contained in:
Cory Dransfeldt 2024-10-29 07:43:08 -07:00
parent 4e0e559f0c
commit 46aa34afdb
No known key found for this signature in database
3 changed files with 18 additions and 18 deletions

View file

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