From 305ddb579e9541293a158c3089078564a4007c49 Mon Sep 17 00:00:00 2001 From: Jason Miller Date: Fri, 31 Jan 2025 10:42:28 -0500 Subject: [PATCH] run tests against Node 22 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 90a1a72..2269de6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [12, 14, 16, 18, 20] + node: [12, 14, 16, 18, 20, 22] name: Node ${{ matrix.node }} sample steps: - uses: actions/checkout@v4