Skip to content

Commit fe8842b

Browse files
Bump actions/setup-node from 4.0.3 to 4.0.4 (#575)
1 parent e82df33 commit fe8842b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-dist.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727

2828
- name: Setup Node.js
29-
uses: actions/setup-node@v4.0.3
29+
uses: actions/setup-node@v4.0.4
3030
with:
3131
cache: npm
3232
node-version-file: .nvmrc

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717

1818
- name: Setup Node.js
19-
uses: actions/setup-node@v4.0.3
19+
uses: actions/setup-node@v4.0.4
2020
with:
2121
cache: npm
2222
node-version-file: .nvmrc

0 commit comments

Comments
 (0)