Skip to content

Commit b4c448a

Browse files
authored
chore(deps): update actions/setup-node action to v4 (#161)
1 parent ab8bf7e commit b4c448a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
fetch-depth: 0
1414
- name: Setup Node.js
15-
uses: actions/setup-node@v1
15+
uses: actions/setup-node@v4
1616
with:
1717
node-version: 18.x
1818
- name: Build Action

0 commit comments

Comments
 (0)