From 55a8681def388cb96ec0fe6eebb79be6fb45ce75 Mon Sep 17 00:00:00 2001 From: Dillon Kearns Date: Mon, 29 Apr 2024 11:25:08 -0700 Subject: [PATCH] Try Node 20.2 to fix esbuild error in CI. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 456e8b5eb..b3c4c07a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Use Node.js 20 uses: actions/setup-node@v1 with: - node-version: 20 + node-version: 20.2 # Re-use node_modules between runs until package-lock.json changes. - name: Cache node_modules id: cache-node_modules