Skip to content

Commit

Permalink
ci: Upgrade Node.js to v20 and enable yarn cache
Browse files Browse the repository at this point in the history
  • Loading branch information
yorifuji committed Dec 12, 2023
1 parent 1978c6b commit b9f5ff0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/vrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b9f5ff0

Please sign in to comment.