bump lib0 & add node 22 to github workflow

This commit is contained in:
Kevin Jahns
2026-01-12 01:33:29 +01:00
parent 241d9429cc
commit 53d4f0b554
3 changed files with 53 additions and 29 deletions

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [16.x, 20.x]
node-version: [16.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v4