From 90a24f80b8897fc6f0420da351198a8a5f0c98a3 Mon Sep 17 00:00:00 2001 From: Brendan Nee Date: Wed, 30 Oct 2024 01:18:52 -0700 Subject: [PATCH] Update github action node.js versions --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index bf751485..782b1e70 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ 20, 22 ] + node: [ 22, 23 ] name: Use Node.js ${{ matrix.node }} steps: - uses: actions/checkout@v4