Skip to content

Commit

Permalink
CI: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BornToBeRoot authored Mar 24, 2024
1 parent b1cac25 commit 3e00920
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/deploy_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,17 @@ jobs:
run:
working-directory: Website
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '20'

uses: actions/setup-node@v4

- name: Get yarn cache
id: yarn-cache
run: echo "YARN_CACHE_DIR=$(yarn cache dir)" >> "${GITHUB_OUTPUT}"

- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.yarn-cache.outputs.YARN_CACHE_DIR }}
key: ${{ runner.os }}-Website-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit 3e00920

Please sign in to comment.