From a411cc9400acc51059a4635724b5d254a67c2e0b Mon Sep 17 00:00:00 2001 From: origami-z Date: Tue, 13 Feb 2024 17:04:14 +0000 Subject: [PATCH] Use node 20 in GH action --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b046c80..e0713a5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: "16" + node-version: 20 cache: "npm" - name: Install dependencies run: npm i @@ -24,7 +24,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: "16" + node-version: 20 cache: "npm" - name: Install dependencies run: npm i @@ -37,7 +37,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: "16" + node-version: 20 cache: "npm" - name: Install dependencies run: npm i