Skip to content

Commit

Permalink
ci: yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
acrazing committed Oct 24, 2024
1 parent dc474bd commit 97b5859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Enable Corepack before setting up Node
run: corepack enable
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18' # Change this to the node version you need
cache: yarn
cache-dependency-path: yarn.lock
- name: Enable Corepack (for Yarn 4)
run: corepack enable
- name: Install dependencies
run: yarn --immutable
- name: Build Website
Expand Down

0 comments on commit 97b5859

Please sign in to comment.