Skip to content

Commit

Permalink
Update build matrix to Node 20.x and 21.x
Browse files Browse the repository at this point in the history
Update to Node 20.11.0 in `.tool-versions`.
  • Loading branch information
cruessler committed Feb 8, 2024
1 parent 730e674 commit eaa4ca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:

strategy:
matrix:
node: ["18.x", "19.x"]
node: ["20.x", "21.x"]

name: Node.js ${{ matrix.node }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 19.2.0
nodejs 20.11.0

0 comments on commit eaa4ca7

Please sign in to comment.