Skip to content

Commit

Permalink
Fix node js version description.
Browse files Browse the repository at this point in the history
  • Loading branch information
dompuiu committed Nov 5, 2020
1 parent 7853b79 commit 2db0895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js '14.x'
uses: actions/setup-node@v1
with:
node-version: '14.x'
Expand Down

0 comments on commit 2db0895

Please sign in to comment.