Upgrade node version and dependencies

This commit is contained in:
Dennis Reimann
2023-06-13 13:42:07 +02:00
parent bd0a86bdab
commit 905af5040a
3 changed files with 38 additions and 28 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- name: Setup
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
# Install and build
- name: Install
run: npm ci