From cf3b560edcce67264632b66b4a70e03991193b5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Tue, 21 Jul 2026 03:19:29 +0300 Subject: [PATCH] Update TypeScript-Build workflow --- .github/workflows/typescript-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/typescript-build.yml b/.github/workflows/typescript-build.yml index c00119f..8fd20df 100644 --- a/.github/workflows/typescript-build.yml +++ b/.github/workflows/typescript-build.yml @@ -12,10 +12,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v7 - - name: install node v16 + - name: install node uses: actions/setup-node@v7 with: - node-version: 16 + node-version: 24 - name: npm install run: npm install - name: tsc