Skip to content

Commit 9d9c53f

Browse files
authored
Updated Node.js from 16 to 22 (#96)
* Updated Node.js from 16 to 18 * Fix formatting of package.json * Update Node.js version to 22
1 parent 9f63c2c commit 9d9c53f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@
4242
"contentful": "^9.1.5",
4343
"svelte-animated-details": "^1.0.1"
4444
},
45-
"type": "module"
45+
"type": "module",
46+
"engines": {
47+
"node": "22.x"
48+
}
4649
}

0 commit comments

Comments
 (0)