Skip to content

Commit 8c49753

Browse files
chore(deps): update actions/setup-node action to v3 (#71)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 79f00ab commit 8c49753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node: [10, 12, 14, 15]
2020

2121
steps:
22-
- uses: actions/setup-node@v2
22+
- uses: actions/setup-node@v3
2323
with:
2424
node-version: ${{ matrix.node }}
2525

0 commit comments

Comments
 (0)