Skip to content

Commit

Permalink
changed node version
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-xx committed Nov 7, 2023
1 parent d46fd91 commit 20ad88f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Set up nodeJS
uses: actions/setup-node@v3
with:
node-version: 13.12.0-alpine
node-version:13.12.0

- name: Install dependencies
run: |
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[flake8]
ignore =
I001,
I003,
I004,
D100,
D102,
D106,
Expand Down

0 comments on commit 20ad88f

Please sign in to comment.