1 Commits
Author SHA1 Message Date
sugoidogo 12e442f823 switch to node 22 in anticipation of node 20 EOL this month
/ publish (push) Successful in 21s
2026-04-03 23:35:08 -07:00
+1 -1
View File
@@ -21,7 +21,7 @@
}, },
"devDependencies": { "devDependencies": {
"@sugoidogo/importable-types-web": "^1.0.0", "@sugoidogo/importable-types-web": "^1.0.0",
"@types/node": "^20.19.39", "@types/node": "^22.19.17",
"@types/web": "^0.0.329" "@types/web": "^0.0.329"
} }
} }