Skip to content

Commit

Permalink
chore: remove Node 22 support
Browse files Browse the repository at this point in the history
Tests were failing on Node 22. Easiest solution is probably to wait until we update to ts-proto@2 on mapeo-schema, so we can update here too, which switches to use @bufbuild/protobuf which should better support Node 22
  • Loading branch information
gmaclennan committed Sep 4, 2024
1 parent e544f57 commit 1fbee04
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [18, 20, 22]
node-version: [18, 20]

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22
20

0 comments on commit 1fbee04

Please sign in to comment.