Skip to content

chore(deps-dev): bump @sveltejs/kit from 1.27.1 to 1.27.2 #8

chore(deps-dev): bump @sveltejs/kit from 1.27.1 to 1.27.2

chore(deps-dev): bump @sveltejs/kit from 1.27.1 to 1.27.2 #8

Workflow file for this run

name: Testing CI
on:
pull_request:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: 'npm'
- run: npm ci
- run: npm run build
env:
API_URL: 'http://example.org'
PUBLIC_API_URL: 'http://example.org'