Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 0174f36

Browse files
chore(deps): update actions/setup-node action to v3 (#174)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 65fc6e8 commit 0174f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node: [12, 14, 17]
1919

2020
steps:
21-
- uses: actions/setup-node@v2
21+
- uses: actions/setup-node@v3
2222
with:
2323
node-version: ${{ matrix.node }}
2424

0 commit comments

Comments
 (0)