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: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v2 uses: actions/setup-node@v3
with: with:
node-version: "lts/*" node-version: "lts/*"
- name: Install dependencies - name: Install dependencies