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 c792b8c commit 8f17f40Copy full SHA for 8f17f40
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- node: [ '12', '10', '8' ]
+ node: [ '14', '12', '10' ]
11
name: Node ${{ matrix.node }} CI
12
steps:
13
- uses: actions/checkout@v1
.travis.yml
@@ -1,6 +1,6 @@
1
language: node_js
2
sudo: false
3
node_js:
4
- - 8
5
- 10
6
- 12
+ - 14
0 commit comments