Skip to content

Update dependency sort-package-json to v2.12.0 #2024

Update dependency sort-package-json to v2.12.0

Update dependency sort-package-json to v2.12.0 #2024

Workflow file for this run

name: "build-test"
on:
pull_request:
push:
branches:
- main
- "releases/*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- run: npm ci
- run: npm run build