Update ci.yml workflow

This commit is contained in:
Mathias Wagner
2024-07-20 13:21:45 +02:00
parent db397c91f1
commit bfed899553

View File

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