From 07ba418ecdeba5315bd6505c84ea73bfe0849ba2 Mon Sep 17 00:00:00 2001 From: Bobby Powers Date: Mon, 4 Nov 2024 08:41:46 -0800 Subject: [PATCH] ci: bump node and python versions --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8e71bfcb..7fdcc9a1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -114,12 +114,12 @@ jobs: - name: Install node uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '20' - name: Install Python uses: actions/setup-python@v2 with: - python-version: '3.9' + python-version: '3.12' architecture: 'x64' - name: Install cargo