Skip to content

Commit

Permalink
Change Node.js version of the 6.× test to 12.×, required by @typescri…
Browse files Browse the repository at this point in the history
…pt-eslint/eslint-plugin.
  • Loading branch information
Pimm committed Nov 25, 2021
1 parent a43e7e8 commit 2189251
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 @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [[6.14, 10.x], [14.x], [16.x]]
node-version: [[6.14, 12.x], [14.x], [16.x]]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 2189251

Please sign in to comment.