Skip to content

Commit 13d9a3e

Browse files
committed
Update actions/setup-node action to v3.6.0
1 parent ae470c1 commit 13d9a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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.5.1
19+
uses: actions/setup-node@v3.6.0
2020
with:
2121
node-version-file: '.nvmrc'
2222

0 commit comments

Comments
 (0)