Skip to content

Commit

Permalink
remove node setup from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alsyx committed Oct 28, 2024
1 parent 766ee81 commit 33b26f7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:
with:
python-version: '3.12'

- uses: actions/setup-node@v4
with:
node-version: 21

- name: Create a .env file
run: cp .env.ci .env

Expand All @@ -27,12 +23,6 @@ jobs:
- name: Install python dependencies
run: poetry install

- name: Install node packages
run: npm ci

- name: Build frontend
run: npm run build

- name: Run checks
run: make check

Expand Down

0 comments on commit 33b26f7

Please sign in to comment.