Upgrade to node 18 and dependencies (#46)

* upgrade to nodejs 18.

* npm update.

* upgrade linter.

* upgrade axios.

* upgrade saas loader.

* upgrade typescript.
This commit is contained in:
Miroslav Šedivý 2024-01-26 19:25:22 +01:00 committed by GitHub
parent 4ed16f3960
commit 4e693ae4a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 1593 additions and 1280 deletions

View file

@ -7,4 +7,4 @@ docker run --rm -it \
--volume "${PWD}/../:/app" \
--entrypoint="npm" \
--workdir="/app" \
node:16-buster-slim "$@"
node:18-buster-slim "$@"