Skip to content

Commit d344939

Browse files
committed
add node 22 support
1 parent 97cea8d commit d344939

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
node: [18, 20]
21+
node: [18, 20, 22]
2222
runs-on: ubuntu-latest
23-
container: ubuntu:20.04
23+
container: ubuntu:22.10
2424
steps:
2525
- name: Install Dependencies for Ubuntu
2626
run: apt-get update && apt-get install -y git build-essential clang libssl-dev libkrb5-dev libc++-dev wget python3
@@ -89,7 +89,7 @@ jobs:
8989
strategy:
9090
fail-fast: false
9191
matrix:
92-
node: [18, 20]
92+
node: [18, 20, 22]
9393
os: [macOS-12, macos-13-xlarge]
9494
runs-on: ${{ matrix.os }}
9595
# This is mostly the same as the Linux steps, waiting for anchor support

0 commit comments

Comments
 (0)