Skip to content

build: switch to ESM #205

build: switch to ESM

build: switch to ESM #205

Triggered via pull request March 13, 2026 01:25
@dsanders11dsanders11
synchronize #76
build/esm
Status Success
Total duration 31s
Artifacts

ci.yml

on: pull_request
TypeScript Tests
19s
TypeScript Tests
GitHub Actions Test
6s
GitHub Actions Test
release
release
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 1 warning
JSON Schema Validation Error: .github/workflows/check-dist.yml#L0
{ "instancePath": "", "schemaPath": "#/additionalProperties", "keyword": "additionalProperties", "params": { "additionalProperty": "name" }, "message": "must NOT have additional properties" }
GitHub Actions Test
Error while validating file: /home/runner/work/json-schema-validate-action/json-schema-validate-action/.github/workflows/check-dist.yml
JSON Schema Validation Error: .github/workflows/check-dist.yml#L0
{ "instancePath": "", "schemaPath": "#/required", "keyword": "required", "params": { "missingProperty": "repositories" }, "message": "must have required property 'repositories'" }
GitHub Actions Test
Error while validating file: /home/runner/work/json-schema-validate-action/json-schema-validate-action/.github/workflows/check-dist.yml
JSON Schema Validation Error: .github/workflows/check-dist.yml#L0
{ "instancePath": "", "schemaPath": "#/required", "keyword": "required", "params": { "missingProperty": "teams" }, "message": "must have required property 'teams'" }
GitHub Actions Test
Error while validating file: /home/runner/work/json-schema-validate-action/json-schema-validate-action/.github/workflows/check-dist.yml
JSON Schema Validation Error: .github/workflows/check-dist.yml#L0
{ "instancePath": "", "schemaPath": "#/required", "keyword": "required", "params": { "missingProperty": "repository_defaults" }, "message": "must have required property 'repository_defaults'" }
GitHub Actions Test
Error while validating file: /home/runner/work/json-schema-validate-action/json-schema-validate-action/.github/workflows/check-dist.yml
JSON Schema Validation Error: .github/workflows/check-dist.yml#L0
{ "instancePath": "", "schemaPath": "#/required", "keyword": "required", "params": { "missingProperty": "organization" }, "message": "must have required property 'organization'" }
GitHub Actions Test
Error while validating file: /home/runner/work/json-schema-validate-action/json-schema-validate-action/.github/workflows/check-dist.yml
JSON Schema Validation Error: .github/workflows/ci.yml#L0
{ "instancePath": "", "schemaPath": "#/additionalProperties", "keyword": "additionalProperties", "params": { "additionalProperty": "name" }, "message": "must NOT have additional properties" }
GitHub Actions Test
Error while validating file: /home/runner/work/json-schema-validate-action/json-schema-validate-action/.github/workflows/ci.yml
JSON Schema Validation Error: .github/workflows/ci.yml#L0
{ "instancePath": "", "schemaPath": "#/required", "keyword": "required", "params": { "missingProperty": "repositories" }, "message": "must have required property 'repositories'" }
GitHub Actions Test
Error while validating file: /home/runner/work/json-schema-validate-action/json-schema-validate-action/.github/workflows/ci.yml
JSON Schema Validation Error: .github/workflows/ci.yml#L0
{ "instancePath": "", "schemaPath": "#/required", "keyword": "required", "params": { "missingProperty": "teams" }, "message": "must have required property 'teams'" }
GitHub Actions Test
Error while validating file: /home/runner/work/json-schema-validate-action/json-schema-validate-action/.github/workflows/ci.yml
JSON Schema Validation Error: .github/workflows/ci.yml#L0
{ "instancePath": "", "schemaPath": "#/required", "keyword": "required", "params": { "missingProperty": "repository_defaults" }, "message": "must have required property 'repository_defaults'" }
GitHub Actions Test
Error while validating file: /home/runner/work/json-schema-validate-action/json-schema-validate-action/.github/workflows/ci.yml
JSON Schema Validation Error: .github/workflows/ci.yml#L0
{ "instancePath": "", "schemaPath": "#/required", "keyword": "required", "params": { "missingProperty": "organization" }, "message": "must have required property 'organization'" }
GitHub Actions Test
Error while validating file: /home/runner/work/json-schema-validate-action/json-schema-validate-action/.github/workflows/ci.yml
GitHub Actions Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ./. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/