From d707840b3431aeee0d596c991d73664b4214478a Mon Sep 17 00:00:00 2001 From: Dou Date: Thu, 26 Aug 2021 04:29:57 +0200 Subject: [PATCH] update the workflows and tsconfig.json --- .github/workflows/publish-on-pypi.yml | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-on-pypi.yml b/.github/workflows/publish-on-pypi.yml index 3c024b9..d4ca8e9 100644 --- a/.github/workflows/publish-on-pypi.yml +++ b/.github/workflows/publish-on-pypi.yml @@ -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 diff --git a/tsconfig.json b/tsconfig.json index 81139f5..7df12ea 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,7 @@ "rootDir": "src", "strict": true, "strictNullChecks": false, - "target": "es2017", + "target": "es2018", "types": [] }, "include": ["src/*"]