diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 5ba9407..f95f33a 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,12 +16,12 @@ jobs: strategy: matrix: - node-version: [6.x, 8.x, 10.x, 12.x, 14.x] + node-version: [12.x, 14.x, 15.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} # - run: npm ci