Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
goodwanghan committed Jan 31, 2023
1 parent 25d60b8 commit c117fc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
python_version: "3.8"
node-version: '14.x'
node_version: '14.x'
- name: Install dependencies
run: make devenv
- name: Build the extension
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
python_version: "3.8"
node-version: '14.x'
node_version: '14.x'
- name: Install dependencies
run: make devenv
- name: Build and publish
Expand Down

0 comments on commit c117fc7

Please sign in to comment.