adjusted node version after installing on server

This commit is contained in:
Kars van Velzen 2024-10-20 18:33:02 +02:00
parent a1ff843cf5
commit d265d1ba5a

View file

@ -16,7 +16,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '20'
- name: Install dependencies
run: npm install