Skip to content

Commit f8ded01

Browse files
committed
chore: 🔥 add node version to package.json
1 parent d5f824a commit f8ded01

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "wcervini.github.io",
33
"type": "module",
44
"version": "1.0.0",
5+
"node": "22.14.0",
56
"private": true,
67
"description": "Portfolio site built with Astro",
78
"scripts": {
@@ -13,4 +14,4 @@
1314
"dependencies": {
1415
"astro": "^6.4.6"
1516
}
16-
}
17+
}

0 commit comments

Comments
 (0)