From 30da8a0306c2184aa73a2c3ef594b78f21246078 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Fri, 3 Nov 2023 09:26:11 +0100 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c9c2ad9a5..21f4648d7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,12 +28,6 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - - name: Use Node.js - uses: actions/setup-node@v3 - with: - node-version: 18 - - name: Install Cypress Test Framework - run: npm install cypress - name: Install Nox Dependencies run: | python -m pip install poetry nox nox-poetry pyparsing==3.0.4