From 3c0731c7dc16c1bcced3a4c6d143decc76948fa5 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Thu, 13 Jun 2024 21:24:13 +0000 Subject: [PATCH] Update nodejs ci --- .github/workflows/nodejs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 81bf353..0adc854 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -11,6 +11,7 @@ jobs: node: - 18 - 20 + - 22 steps: - uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4 - name: Use Node.js ${{ matrix.node }}