From 793f6c21179004f51fc345f387dc288e39e8e62c Mon Sep 17 00:00:00 2001 From: Paddy Mullen Date: Fri, 12 Apr 2024 18:08:34 -0400 Subject: [PATCH] trying the build script first --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a74f4a8f..37e15031 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,15 +14,15 @@ jobs: matrix: #os: [ubuntu-latest, windows-latest, macos-latest] os: [ubuntu-latest] - python-version: ["3.8"] + python-version: ["3.9"] steps: - name: Checkout - uses: actions/checkout@v2 - + uses: actions/checkout@v4 - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: - node-version: "18.x" + node-version: "20.x" + cache: yarn - name: Install dependencies run: |