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 f55ce9b commit 0c1c891Copy full SHA for 0c1c891
.github/workflows/nodejs.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- node-version: [8.x, 10.x, 12.x]
+ node-version: [10.x, 12.x, 13.x]
9
steps:
10
- uses: actions/checkout@v1
11
- name: Use Node.js ${{ matrix.node-version }}
0 commit comments