diff --git a/.github/workflows/branches.yml b/.github/workflows/branches.yml index 0d921a7..8db9b49 100644 --- a/.github/workflows/branches.yml +++ b/.github/workflows/branches.yml @@ -19,7 +19,7 @@ jobs: - 14.x - 16.x - 18.x - - 19.x + - 20.x steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index dcd60ee..9d5b06c 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -18,7 +18,7 @@ jobs: - 14.x - 16.x - 18.x - - 19.x + - 20.x steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}