From cb549db8647f7f2e3bc1972466bc22e870709e7b Mon Sep 17 00:00:00 2001 From: Brent Yi Date: Tue, 10 Oct 2023 20:44:34 +0800 Subject: [PATCH] Update tsc workflow to node 20 --- .github/workflows/typescript-compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typescript-compile.yml b/.github/workflows/typescript-compile.yml index 7192ea21f..fb4beea07 100644 --- a/.github/workflows/typescript-compile.yml +++ b/.github/workflows/typescript-compile.yml @@ -14,7 +14,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 19 + node-version: 20 - name: Run tsc run: | cd src/viser/client