feat(deps)!: upgrade node to v18, minimum (#116)

This commit is contained in:
Ismo Vuorinen
2023-10-24 12:09:48 +03:00
committed by GitHub
parent 0a8c40f27d
commit 0fe66c6dcb
15 changed files with 748 additions and 1145 deletions

View File

@@ -25,7 +25,7 @@ jobs:
uses: actions/setup-node@v4.0.0
with:
always-auth: true
node-version: 16
node-version: 18
registry-url: 'https://registry.npmjs.org'
scope: '@ivuorinen'