Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» (repository) [DSDK-272]: Finish proto setup on repository (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
valpinkman authored Apr 25, 2024
2 parents 95ec61a + b37b77b commit a6a3d6a
Show file tree
Hide file tree
Showing 5 changed files with 6,062 additions and 4,799 deletions.
10 changes: 4 additions & 6 deletions .github/actions/setup-toolchain-composite/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ description: "Composite job to setup the CI tools for Device SDK"
runs:
using: "composite"
steps:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- uses: moonrepo/setup-toolchain@v0

- uses: pnpm/action-setup@v3
name: Install pnpm
- name: Install toolchain
shell: bash
run: proto use

- name: Get pnpm store directory
shell: bash
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
jobs:
auto-assign:
name: Auto assign
runs-on: [ubuntu-latest]
runs-on: ubuntu-latest
steps:
- uses: toshimaru/[email protected]

Expand All @@ -37,7 +37,7 @@ jobs:
health-check:
name: Run health check
needs: [danger]
runs-on: [device-sdk-4xlarge-linux]
runs-on: device-sdk-4xlarge-linux
steps:
- uses: actions/checkout@v4

Expand All @@ -49,7 +49,7 @@ jobs:
unit-tests:
name: Run unit tests
needs: [danger]
runs-on: [device-sdk-4xlarge-linux]
runs-on: device-sdk-4xlarge-linux
steps:
- uses: actions/checkout@v4

Expand Down
3 changes: 3 additions & 0 deletions .prototools
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node = "20.12.2"
npm = "10.5.2"
pnpm = "9.0.5"
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"typescript": "^5.4.4",
"zx": "^8.0.1"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
}
Expand Down
Loading

0 comments on commit a6a3d6a

Please sign in to comment.