Skip to content

fix: #78 Fails with Invalid loader value: "mjs" (CDK ESM module) #64

fix: #78 Fails with Invalid loader value: "mjs" (CDK ESM module)

fix: #78 Fails with Invalid loader value: "mjs" (CDK ESM module) #64

Workflow file for this run

name: Pull Request CI check
on:
workflow_dispatch:
pull_request:
branches:
- main
permissions:
id-token: write
contents: write
jobs:
build:
uses: ./.github/workflows/common-build.yml
secrets: inherit
test:
uses: ./.github/workflows/common-test.yml
secrets: inherit
needs: build
with:
mode: build
testMonorepo: false