Skip to content

Commit

Permalink
fix: use node 18 for yarn v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrymatio committed Jul 16, 2024
1 parent b1fc7dc commit ad165a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/algolia-indexing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Node v16 for Yarn v3
- name: Setup Node v18 for Yarn v4
uses: actions/setup-node@v3
with:
node-version: "16.15.0" # Current LTS version
node-version: "18.19.0" # Current LTS version

- name: Enable Corepack for Yarn
run: corepack enable
Expand Down

0 comments on commit ad165a0

Please sign in to comment.