Merge pull request #1603 from Saibamen/fix_task_name

Fix actions/setup-node task name
pull/1617/head^2
Louis Lam 2 years ago committed by GitHub
commit ba46544772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,7 +43,7 @@ jobs:
- run: git config --global core.autocrlf false # Mainly for Windows
- uses: actions/checkout@v3
- name: Use Node.js LTS
- name: Use Node.js 14
uses: actions/setup-node@v3
with:
node-version: 14

Loading…
Cancel
Save