From bfed899553aaeac2769dacdead445efe1c434f03 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 20 Jul 2024 13:21:45 +0200 Subject: [PATCH] Update ci.yml workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d5f0e0..b1742da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,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 run ci:install - name: Compile Typescript