Skip to content

chore(deps-dev): bump @sveltejs/kit from 2.7.3 to 2.8.3 #840

chore(deps-dev): bump @sveltejs/kit from 2.7.3 to 2.8.3

chore(deps-dev): bump @sveltejs/kit from 2.7.3 to 2.8.3 #840

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- main
- beta
pull_request:
jobs:
install-deps:
strategy:
matrix:
platform: [ubuntu-latest]
uses: ./.github/workflows/reusable-ci.yaml
lint:
strategy:
matrix:
platform: [ubuntu-latest]
needs: install-deps
uses: ./.github/workflows/reusable-ci.yaml
with:
target: lint
runs-on: ${{ matrix.platform }}
test:
strategy:
matrix:
platform: [ubuntu-latest]
needs: install-deps
uses: ./.github/workflows/reusable-ci.yaml
with:
target: test
runs-on: ${{ matrix.platform }}
build:
strategy:
matrix:
platform: [ubuntu-latest]
needs: install-deps
uses: ./.github/workflows/reusable-ci.yaml
with:
target: build
runs-on: ${{ matrix.platform }}