Skip to content

Bump @digital-alchemy/synapse from 24.11.3 to 24.12.1 #64

Bump @digital-alchemy/synapse from 24.11.3 to 24.12.1

Bump @digital-alchemy/synapse from 24.11.3 to 24.12.1 #64

Workflow file for this run

name: Pull Request Checks
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint-and-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: corepack enable
- run: yarn config set enableImmutableInstalls false
- run: yarn
- run: yarn build
- run: yarn lint