We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b56d9 commit c66468dCopy full SHA for c66468d
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ubuntu-latest
24
strategy:
25
matrix:
26
- node-version: [10.x, 12.x]
+ node-version: [12.x, 14.x]
27
steps:
28
- uses: actions/checkout@v1
29
- name: Use Node.js ${{ matrix.node-version }}
0 commit comments