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

pull/1580/head
Renovate Bot 2022-02-25 09:59:36 +00:00
parent 3c1b7d83af
commit e9110b505d
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,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: 14 node-version: 14
- name: Release - name: Release