Skip to content

Commit

Permalink
chore: Add Node 22 to the build. (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenh committed May 4, 2024
1 parent 8d71cce commit 90d76a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ workflows:
- build:
matrix:
parameters:
node-version: ["18.12.0", "20.8.1", "21.1.0"]
node-version: ["18.12.0", "20.8.1", "21.1.0", "22.0.0"]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.6.1
22.0.0

0 comments on commit 90d76a4

Please sign in to comment.