From 4c5c3b75884925e1b1854f5b66681b9a5548231e Mon Sep 17 00:00:00 2001 From: Jan Starzak Date: Wed, 24 Apr 2024 13:00:18 +0200 Subject: [PATCH] chore(CI): shuffle stuff around --- .github/workflows/node.yaml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/workflows/node.yaml b/.github/workflows/node.yaml index 2b6ae91e..3b4860a6 100644 --- a/.github/workflows/node.yaml +++ b/.github/workflows/node.yaml @@ -15,13 +15,12 @@ jobs: timeout-minutes: 15 steps: - uses: actions/checkout@v3 - - name: Enable Corepack - run: corepack enable - name: Use Node.js 18 uses: actions/setup-node@v4 with: node-version: '18' - cache: 'yarn' + - name: Enable Corepack + run: corepack enable - name: apt-get update run: sudo apt-get update - name: Install libasound2-dev @@ -52,13 +51,12 @@ jobs: continue-on-error: true steps: - uses: actions/checkout@v3 - - name: Enable Corepack - run: corepack enable - name: Use Node.js 18 uses: actions/setup-node@v4 with: node-version: '18' - cache: 'yarn' + - name: Enable Corepack + run: corepack enable - name: Restore node_modules uses: actions/cache@v3 with: @@ -77,13 +75,12 @@ jobs: continue-on-error: true steps: - uses: actions/checkout@v3 - - name: Enable Corepack - run: corepack enable - name: Use Node.js 18 uses: actions/setup-node@v4 with: node-version: '18' - cache: 'yarn' + - name: Enable Corepack + run: corepack enable - name: Restore node_modules uses: actions/cache@v3 with: