Skip to content

Commit

Permalink
Mise it
Browse files Browse the repository at this point in the history
  • Loading branch information
blopker committed Aug 15, 2024
1 parent 2ef309d commit c02a82c
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,8 @@ jobs:
- name: Checkout Code Repository
uses: actions/checkout@v4

- 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"
- name: Set up Python and Node
uses: jdx/mise-action@v2

- run: npm ci --include=dev

Expand Down

0 comments on commit c02a82c

Please sign in to comment.