Skip to content

Commit

Permalink
fix(ci-test): use node version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber authored Aug 18, 2020
1 parent e1f695a commit 3517c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn
- name: Test
Expand Down

0 comments on commit 3517c7e

Please sign in to comment.