Skip to content

Commit

Permalink
Fix order and versinos
Browse files Browse the repository at this point in the history
  • Loading branch information
Gistbatch committed Feb 7, 2024
1 parent 3660f9e commit 53c0533
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4

Expand All @@ -40,14 +40,14 @@ jobs:
build-and-test-nodejs:
runs-on: ubuntu-latest
steps:
- name: CD to frontend
run: cd frontend
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "20.x"
cache: "npm"
- name: CD to frontend
run: cd frontend
- name: Install dependencies
run: npm ci
- name: Test
Expand Down

0 comments on commit 53c0533

Please sign in to comment.