Skip to content

Commit

Permalink
Dont mise it
Browse files Browse the repository at this point in the history
  • Loading branch information
blopker committed Aug 15, 2024
1 parent dbd8749 commit 5124043
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 96 deletions.
91 changes: 0 additions & 91 deletions .github/dependabot.yml

This file was deleted.

14 changes: 9 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,15 @@ jobs:
- name: Checkout Code Repository
uses: actions/checkout@v4

- name: Set up Python and Node
uses: jdx/mise-action@v2

- name: Make venv
run: python -m venv .venv
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"

- uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"

- run: npm ci --include=dev

Expand Down

0 comments on commit 5124043

Please sign in to comment.