Skip to content

add: update to sveltekit2 #112

add: update to sveltekit2

add: update to sveltekit2 #112

Workflow file for this run

name: build
on:
push:
branches:
- master
- feature/*
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: pnpm install
- name: Build
run: node ci/build.mjs