Skip to content

Commit f29bd9d

Browse files
committed
Update actions/setup-node action to v4.0.1
1 parent 562fd13 commit f29bd9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Setup Node.js environment
19-
uses: actions/setup-node@v4.0.0
19+
uses: actions/setup-node@v4.0.1
2020
with:
2121
node-version-file: '.nvmrc'
2222

0 commit comments

Comments
 (0)