docs(github-actions): update workflow version, update node-version (#2175)

This commit is contained in:
HonkingGoose 2021-10-05 16:20:34 +02:00 committed by GitHub
parent 7faa7993eb
commit 74671f809c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,9 +33,9 @@ jobs:
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: '14.17'
node-version: 'lts/*'
- name: Install dependencies
run: npm ci
- name: Release