Skip to content

Commit

Permalink
chore: review ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jdabbech-ledger committed Dec 19, 2023
1 parent 66ce8b6 commit f6c0df4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 34 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/main.yml

This file was deleted.

7 changes: 6 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ name: pull_request
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
runs-on: [self-hosted, device-sdk-4xlarge-linux]
container:
image: ghcr.io/ledgerhq/device-xp-docker:latest
credentials:
username: ${{ github.ACTOR }}
password: ${{ secrets.GITHUB_TOKEN }}
env:
CI_JOB_NUMBER: 1
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
"node": ">=16"
}
}

0 comments on commit f6c0df4

Please sign in to comment.