Skip to content

Commit

Permalink
AIM-402 Debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
drdaemos committed Jul 19, 2024
1 parent 54fcc67 commit dde5db7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
node-version: [18.x, 20.x, 22.4]

steps:
- uses: actions/checkout@v4
Expand All @@ -21,7 +21,10 @@ jobs:

- name: Install
run: |
npm install
npm install --loglevel verbose
- name: echo log
run: cat `find /home/runner/.npm/_logs/ -type f -exec ls -t1 {} + | head -1`

- name: Start Docker
run: npm run docker:start
Expand Down

0 comments on commit dde5db7

Please sign in to comment.