Skip to content

Commit e11827a

Browse files
authored
chore: upgrade actions setup node to v4 [WE-138] (#721)
1 parent 5f94ae7 commit e11827a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/chromatic-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020

21-
- uses: actions/setup-node@v2.5.1
21+
- uses: actions/setup-node@v4.0.0
2222
with:
2323
node-version-file: ".nvmrc"
2424
registry-url: "https://registry.npmjs.org"

.github/workflows/experimental-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222

23-
- uses: actions/setup-node@v2.5.1
23+
- uses: actions/setup-node@v4.0.0
2424
with:
2525
node-version-file: ".nvmrc"
2626
registry-url: "https://registry.npmjs.org"

.github/workflows/latest-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222

23-
- uses: actions/setup-node@v2.5.1
23+
- uses: actions/setup-node@v4.0.0
2424
with:
2525
node-version-file: ".nvmrc"
2626
registry-url: "https://registry.npmjs.org"

0 commit comments

Comments
 (0)