Skip to content

Commit

Permalink
trying the build script first
Browse files Browse the repository at this point in the history
  • Loading branch information
paddymul committed Apr 12, 2024
1 parent 0e51855 commit 793f6c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 793f6c2

Please sign in to comment.