Update ci.yml workflow

This commit is contained in:
Mathias Wagner
2024-07-20 13:21:05 +02:00
parent 489d8dda97
commit db397c91f1

View File

@ -11,7 +11,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: '20.x'
- name: Install Dependencies
run: yarn ci:install
- name: Run linter