Skip to content

Commit

Permalink
ci: så utdatert at den ikke kjører lengre
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrremann committed Oct 18, 2024
1 parent dba5c3f commit 7ad7b3b
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/

0 comments on commit 7ad7b3b

Please sign in to comment.