Skip to content

Commit

Permalink
update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-zippenfenig committed Oct 27, 2023
1 parent 5669edf commit 80efe5b
Show file tree
Hide file tree
Showing 5 changed files with 95 additions and 80 deletions.
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:
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install semantic-release
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ __pycache__/
# C extensions
*.so

node_modules/

test.py
.cache.sqlite

Expand Down
Loading

0 comments on commit 80efe5b

Please sign in to comment.