Skip to content

chore(deps-dev): bump @parcel/transformer-inline-string from 2.12.0 to 2.13.3 #1738

chore(deps-dev): bump @parcel/transformer-inline-string from 2.12.0 to 2.13.3

chore(deps-dev): bump @parcel/transformer-inline-string from 2.12.0 to 2.13.3 #1738

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
publish:
name: Lint and Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Install Node dependencies
run: npm ci
- run: npm run lint
- run: npx tsc
- run: npm run build:only