diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 369f738f..f946baa2 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [12.x] + node: [14.x] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -56,7 +56,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node: [10.x, 12.x] + node: [12.x, 14.x] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2