From 129cfbca44500e288b7cdf84f02180b3139378de Mon Sep 17 00:00:00 2001 From: Aarush Chaurasia <2027achauras@tjhsst.edu> Date: Wed, 16 Oct 2024 15:05:23 -0400 Subject: [PATCH] ci: fix sass error --- .github/workflows/ci.yml | 2 +- ci/spec.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4932e11996e..0772b09fe77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,7 +140,7 @@ 3.8 ], "node-version": [ - "12.x" + "14.x" ] }, "fail-fast": false diff --git a/ci/spec.yml b/ci/spec.yml index ee902f34ea7..fa37ef0fa4f 100644 --- a/ci/spec.yml +++ b/ci/spec.yml @@ -25,7 +25,7 @@ env: python_versions: &python_versions - 3.8 node_versions: &node_versions - - 12.x + - 14.x python_setup: &python_setup name: Set up Python ${{ matrix.python-version }}