From ad3b38408ee1d023cf408fb535ac408e24380376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Isager=20Dalsgar=C3=B0?= Date: Fri, 31 May 2024 15:44:56 +0200 Subject: [PATCH] Adjust prebuild workflow --- .github/workflows/prebuild.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/prebuild.yml b/.github/workflows/prebuild.yml index 8cfd89e..33149dc 100644 --- a/.github/workflows/prebuild.yml +++ b/.github/workflows/prebuild.yml @@ -40,13 +40,13 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive - - uses: actions/setup-node@v4 - with: - node-version: 20 - uses: actions/cache@v4 with: path: corestore key: corestore-${{ matrix.platform }}-${{ matrix.arch }} + - uses: actions/setup-node@v4 + with: + node-version: 20 - run: npm install -g bare-dev - run: bare-dev configure --platform ${{ matrix.platform }} --arch ${{ matrix.arch }} ${{ matrix.flags }} - run: bare-dev build