From 475c0051f34249fd9fb192422638dab8c53daa5c Mon Sep 17 00:00:00 2001 From: Aaron Harper Date: Sun, 22 Oct 2023 10:29:06 -0400 Subject: [PATCH] try --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a2229ea..59be5ec3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,11 @@ jobs: with: python-version: "${{ matrix.python-version }}" + - name: "Set up Node" + uses: "actions/setup-python@v2" + with: + node-version: "18.x" + - name: "Install" run: "make install" @@ -38,5 +43,3 @@ jobs: - name: "Integration test" # run: "make itest" run: "npx --help" - with: - node-version: "18.x"