Skip to content

Commit

Permalink
move from node 19 to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
krisl committed May 21, 2023
1 parent c7ae15e commit e5fda0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"

0 comments on commit e5fda0b

Please sign in to comment.