From b1fd9d8f58338fc0c478151808a2ab7fe1720d05 Mon Sep 17 00:00:00 2001 From: JC Date: Sat, 25 May 2024 07:20:42 +0800 Subject: [PATCH] Fix workflow --- .github/workflows/assertions.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/assertions.yml b/.github/workflows/assertions.yml index 5464d4e..5363dbe 100644 --- a/.github/workflows/assertions.yml +++ b/.github/workflows/assertions.yml @@ -70,7 +70,8 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version-file: .nvmrc + node-version: 20.12.2 + cache: npm - name: Check Node version run: node -v @@ -97,7 +98,8 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version-file: .nvmrc + node-version: 20.12.2 + cache: npm - name: Check Node version run: node -v