Update to node 18

This commit is contained in:
2024-06-20 11:55:50 +02:00
parent 301bd791be
commit a8cdc5c583

View File

@@ -17,7 +17,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'
- name: Install dependencies and build
run: |