Skip to content

Commit

Permalink
Fix actions/setup-node task name
Browse files Browse the repository at this point in the history
Addendum to 000cbeb
  • Loading branch information
Saibamen committed May 1, 2022
1 parent 15820c6 commit 5c852db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c852db

Please sign in to comment.