From 8e7be9f874649a2324f1e07c0c2cafd0e8527343 Mon Sep 17 00:00:00 2001 From: Amethyst Reese Date: Thu, 17 Oct 2024 17:55:04 -0700 Subject: [PATCH] Upgrade CI nodejs to 20 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a7cd49..726bc47 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,7 @@ jobs: python-version: "3.10" - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 - shell: bash run: python -m pip install -U pip nox - name: System runtime info