Skip to content

Commit 1a97dc2

Browse files
chore(deps): update actions/setup-node action to v3
1 parent 422632c commit 1a97dc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)