From 48966db448c2c9dfc7ad2bc9aa6c5f235aa70ace Mon Sep 17 00:00:00 2001 From: dewmal Date: Wed, 29 May 2024 14:53:16 +0530 Subject: [PATCH] release build --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 23159ae..8575b27 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -33,7 +33,7 @@ jobs: - name: Use Node.js 20 uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 20.14.0 cache: "npm" - name: Cache Node modules uses: actions/cache@v3 @@ -80,7 +80,7 @@ jobs: - name: Use Node.js 20 uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 20.14.0 cache: "npm" - name: Cache Node modules uses: actions/cache@v3