Merge pull request #5915 from meilisearch/dependabot/github_actions/actions/setup-node-5

Bump actions/setup-node from 4 to 5
This commit is contained in:
Many the fish
2025-09-29 13:52:28 +00:00
committed by GitHub

View File

@@ -160,7 +160,7 @@ jobs:
with: with:
repository: meilisearch/meilisearch-js repository: meilisearch/meilisearch-js
- name: Setup node - name: Setup node
uses: actions/setup-node@v4 uses: actions/setup-node@v5
with: with:
cache: 'yarn' cache: 'yarn'
- name: Install dependencies - name: Install dependencies
@@ -318,7 +318,7 @@ jobs:
with: with:
repository: meilisearch/meilisearch-js-plugins repository: meilisearch/meilisearch-js-plugins
- name: Setup node - name: Setup node
uses: actions/setup-node@v4 uses: actions/setup-node@v5
with: with:
cache: yarn cache: yarn
- name: Install dependencies - name: Install dependencies