From 7ed53f588e7bda59b5319945829b4fea96b74705 Mon Sep 17 00:00:00 2001 From: Vincent Tse Date: Thu, 22 Feb 2024 10:41:06 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 73e15ae..8849629 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 # - name: Install pnpm # uses: pnpm/action-setup@v2