Skip to content

Commit 4a8df3b

Browse files
chore(deps): update actions/setup-node action to v3
1 parent 2d9d195 commit 4a8df3b

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
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
- name: Setup Nodejs
21-
uses: actions/setup-node@v2
21+
uses: actions/setup-node@v3
2222
with:
2323
node-version: ${{ matrix.node }}
2424
- name: Install dependencies

0 commit comments

Comments
 (0)