From 7ad7b3b03de75bbb95b08de85b3c1a61aa9db88e Mon Sep 17 00:00:00 2001 From: Kyrre Havik Date: Fri, 18 Oct 2024 10:41:31 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20s=C3=A5=20utdatert=20at=20den=20ikke=20kj?= =?UTF-8?q?=C3=B8rer=20lengre?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/check-dist.yml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index ace311f0..2293f70a 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -19,21 +19,15 @@ on: jobs: check-dist: runs-on: ubuntu-latest - - strategy: - matrix: - action: - - spa-setup-task - defaults: run: - working-directory: actions/${{ matrix.action }} + working-directory: actions/spa-setup-task steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '20' - run: yarn install - run: yarn build - run: yarn package @@ -48,8 +42,8 @@ jobs: id: diff # If index.js was different than expected, upload the expected version as an artifact - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 if: ${{ failure() && steps.diff.conclusion == 'failure' }} with: name: dist - path: actions/${{ matrix.action }}/dist/ + path: actions/spa-setup-task/dist/