Skip to content

Commit 4558b91

Browse files
chore(deps): update actions/setup-node action to v3 (#63)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 9b8748d commit 4558b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v3
1010

1111
- name: Use Node 16.2.0
12-
uses: actions/setup-node@v1
12+
uses: actions/setup-node@v3
1313
with:
1414
node-version: 16.2.0
1515

0 commit comments

Comments
 (0)