Skip to content

Commit

Permalink
update package (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-yin authored Dec 23, 2022
1 parent 710600b commit 6beae67
Show file tree
Hide file tree
Showing 7 changed files with 467 additions and 734 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7]
python-version: [3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -27,9 +27,9 @@ jobs:
needs: [build]
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
node-version: [14.x, 16.x]
django-version: [2.2, 3.2]
python-version: [3.8, 3.9]
node-version: [16.x, 18.x]
django-version: [3.2, 4.0]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down Expand Up @@ -60,9 +60,9 @@ jobs:
needs: [build]
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
node-version: [14.x, 16.x]
flask-version: [1.1.4, 2.0.1]
python-version: [3.7, 3.8, 3.9]
node-version: [16.x, 18.x]
flask-version: [1.1.4, 2.2.2]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
hooks:
- id: isort

- repo: https://gitlab.com/pycqa/flake8
- repo: https://github.com/PyCQA/flake8
rev: 3.7.9
hooks:
- id: flake8
Expand Down
4 changes: 2 additions & 2 deletions docs/setup_with_django.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ frontend

```bash
$ node -v
v16.13.1
v18.12.1
$ npm -v
8.1.2
8.19.2
```

Now go to `frontend`
Expand Down
4 changes: 2 additions & 2 deletions docs/setup_with_flask.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ frontend

```bash
$ node -v
v16.13.1
v18.12.1
$ npm -v
8.1.2
8.19.2
```

Now go to `frontend`
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/gallium
lts/hydrogen
Loading

0 comments on commit 6beae67

Please sign in to comment.