Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tuliren committed May 14, 2024
1 parent 8410605 commit d3c95b0
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,8 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 18

- name: Setup cache
uses: actions/cache@v3
with:
path: |
${{ github.workspace }}/docs/node_modules
key: ${{ runner.os }}-node-18-${{ hashFiles('docs/yarn.lock') }}
node-version: 20
cache: yarn

- name: Install dependencies
run: yarn install
Expand Down

0 comments on commit d3c95b0

Please sign in to comment.