From b9f5ff04240cb9ff5179c8e06c27207801b6a14a Mon Sep 17 00:00:00 2001 From: yorifuji Date: Tue, 12 Dec 2023 21:05:13 +0900 Subject: [PATCH] ci: Upgrade Node.js to v20 and enable yarn cache --- .github/workflows/vrt.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/vrt.yml b/.github/workflows/vrt.yml index af7896ac..8c3cf24a 100644 --- a/.github/workflows/vrt.yml +++ b/.github/workflows/vrt.yml @@ -161,13 +161,8 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 18 - - - name: restore yarn cache - uses: actions/cache@v3 - with: - key: reg-suit-cache-yarn-${{ hashFiles('**/yarn.lock') }} - path: .yarn/cache/ + node-version: 20 + cache: 'yarn' - run: yarn install --immutable