From f92446119275783c83226d4578b64c7970b56289 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Wed, 18 Jan 2023 22:47:52 +1000 Subject: [PATCH] Update nightly CI & remove protobufs submodule --- .github/workflows/ci.yml | 5 ----- .github/workflows/nightly.yml | 8 ++++++++ .gitmodules | 3 --- protobufs | 1 - 4 files changed, 8 insertions(+), 9 deletions(-) delete mode 160000 protobufs diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6949c110..34c6e9e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,11 +18,6 @@ jobs: with: version: latest - - name: Setup NodeJS - uses: actions/setup-node@v3 - with: - node-version: latest - - name: Install Dependencies run: pnpm install diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index d9d52a2a..cf8f1bcc 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -13,6 +13,14 @@ jobs: - name: Checkout uses: actions/checkout@v3 + - name: Setup pnpm + uses: pnpm/action-setup@v2.2.1 + with: + version: latest + + - name: Install Dependencies + run: pnpm install + - name: Trunk Check uses: trunk-io/trunk-action@v1 with: diff --git a/.gitmodules b/.gitmodules index 2426e744..7ea48dc6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "protobufs"] - path = protobufs - url = https://github.com/meshtastic/protobufs/ [submodule "static/design"] path = static/design url = https://github.com/meshtastic/design/ diff --git a/protobufs b/protobufs deleted file mode 160000 index b4677e35..00000000 --- a/protobufs +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b4677e35ca44ed80394f90c2e60703add8ff4f5b