This commit is contained in:
Peter Evans
2025-10-01 16:19:07 +01:00
committed by GitHub
parent de78ac1a71
commit a628c95fd1
4 changed files with 467 additions and 539 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 20.x
node-version-file: package.json
- run: npm ci
- run: npm run build
- run: npm run format-check

View File

@@ -11,7 +11,7 @@ on:
type: choice
description: The major version tag to update
options:
- v3
- v4
jobs:
tag: