1
0
Fork 0
mirror of https://github.com/kou029w/http-echo.git synced 2025-01-18 16:08:13 +00:00

update node version

This commit is contained in:
Nebel 2022-02-17 13:43:26 +09:00
parent 325dac89c7
commit 1364bd4c52

View file

@ -20,6 +20,6 @@
"sync-glitch-cli": "latest" "sync-glitch-cli": "latest"
}, },
"engines": { "engines": {
"node": "10.x" "node": ">=12"
} }
} }