chore(deps): update actions/setup-node action to v3

This commit is contained in:
renovate[bot] 2023-01-09 20:38:13 +00:00 committed by GitHub
parent c82321f772
commit cb358ac023
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: "lts/*"
- name: Install dependencies