From 9e74e419c9c38c833c5c8cb05637a261ba32ab5d Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Tue, 15 Oct 2024 14:57:57 +0800 Subject: [PATCH] bump gitlab ci node to version 20.x --- .gitea/workflows/default.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/default.yml b/.gitea/workflows/default.yml index 972d910..78d1bfc 100644 --- a/.gitea/workflows/default.yml +++ b/.gitea/workflows/default.yml @@ -13,10 +13,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: Use Node.js 18.x + - name: Use Node.js 20.x uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x cache: 'npm' - run: npm install - run: npm run build