Update Node version to 16

This commit is contained in:
Marcus Blättermann 2022-09-10 15:10:02 +02:00
parent f9961b55fd
commit 0437cae7a4
No known key found for this signature in database
GPG Key ID: A1E1F04008AC450D
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
10 16

View File

@ -81,6 +81,6 @@
"url": "https://github.com/explosion/spaCy/issues" "url": "https://github.com/explosion/spaCy/issues"
}, },
"engines": { "engines": {
"node": "10" "node": "16"
} }
} }