Skip to content

Commit 02b7674

Browse files
Merge a1d387b into c5a7972
2 parents c5a7972 + a1d387b commit 02b7674

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838

3939
# JavaScript for monorepo and tooling
4040
- name: Install Node
41-
uses: actions/setup-node@v5
41+
uses: actions/setup-node@v6
4242
with:
4343
node-version-file: .nvmrc
4444
cache: yarn

clients/algoliasearch-client-javascript/.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: Install Node
19-
uses: actions/setup-node@v5
19+
uses: actions/setup-node@v6
2020
with:
2121
node-version-file: .nvmrc
2222
cache: yarn

0 commit comments

Comments
 (0)