From 64c0c8abbe5d011d1683d7abe9bdbff49809a2ed Mon Sep 17 00:00:00 2001 From: Der_Googler <54764558+DerGoogler@users.noreply.github.com> Date: Fri, 22 Sep 2023 11:14:17 +0200 Subject: [PATCH] Update mmrl-debug.yml --- .github/workflows/mmrl-debug.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/mmrl-debug.yml b/.github/workflows/mmrl-debug.yml index d0290aef..6ca7ab87 100644 --- a/.github/workflows/mmrl-debug.yml +++ b/.github/workflows/mmrl-debug.yml @@ -22,10 +22,6 @@ jobs: contents: read packages: write - strategy: - matrix: - node-version: [ 18 ] - steps: - name: Check out repository uses: actions/checkout@v3 @@ -39,9 +35,9 @@ jobs: distribution: 'temurin' - name: Set up Node.js 18 - - uses: actions/setup-node@v3 + uses: actions/setup-node@v3 with: - node-version: ${{ matrix.node-version }} + node-version: 18 - name: Setup Android SDK uses: android-actions/setup-android@v2