bump to node 20

This commit is contained in:
pheiduck 2024-02-05 14:40:11 +01:00 committed by Philip H
parent 2eec97ff25
commit 3032163814
5 changed files with 6 additions and 9 deletions

View file

@ -20,7 +20,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
check-latest: true
cache: 'npm'
cache-dependency-path: |