Skip to content

Commit

Permalink
update the workflows and tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dou-du committed Aug 26, 2021
1 parent e84f734 commit d707840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-on-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python -m pip install --upgrade pip
pip install -U setuptools
pip install -U jupyter-packaging
pip install -U jupyterlab~=3.1
pip install -U --upgrade jupyterlab
- name: Install the node
uses: actions/setup-node@v2
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"rootDir": "src",
"strict": true,
"strictNullChecks": false,
"target": "es2017",
"target": "es2018",
"types": []
},
"include": ["src/*"]
Expand Down

0 comments on commit d707840

Please sign in to comment.