diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 39ec534..875f05a 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 19.x] + node-version: [16.x, 18.x, 20.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: @@ -44,4 +44,4 @@ jobs: uses: coverallsapp/github-action@v2 with: parallel-finished: true - carryforward: "node-16.x,node-18.x,node-19.x" + carryforward: "node-16.x,node-18.x,node-20.x"