Skip to content

Commit

Permalink
updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpospiech committed Jul 25, 2024
1 parent 2da19f9 commit c9d20bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
run: npm install -g meteor

- name: Update PATH
run: export PATH=/home/runner/.meteor:$PATH
run: export PATH=$HOME/.meteor:$PATH

- name: Install dependencies
run: meteor npm install
run: meteor npm ci

- name: Lint
run: meteor npm run lint:ts
Expand Down

0 comments on commit c9d20bf

Please sign in to comment.