From 7f12d80083d90ecedc2aca56747d07a7adaf6e91 Mon Sep 17 00:00:00 2001 From: Dustin Brett Date: Fri, 11 Oct 2024 14:34:38 -0700 Subject: [PATCH] Upgrade to 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 fe3548b94a..7bfbebd026 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 21 + node-version: 22 - name: Install Dependencies run: NODE_OPTIONS='--openssl-legacy-provider' yarn - name: Run Jest Unit Tests