Skip to content

Commit b422d92

Browse files
committed
Update actions/setup-node action to v3.8.2
1 parent 0a470db commit b422d92

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@v3
1818
- name: Setup Node.js environment
19-
uses: actions/setup-node@v3.6.0
19+
uses: actions/setup-node@v3.8.2
2020
with:
2121
node-version-file: '.nvmrc'
2222

0 commit comments

Comments
 (0)