diff --git a/.github/workflows/pr-check-v1.yml b/.github/workflows/pr-check-v1.yml index c8bc7f3..c0b28df 100644 --- a/.github/workflows/pr-check-v1.yml +++ b/.github/workflows/pr-check-v1.yml @@ -2,7 +2,7 @@ name: CI concurrency: group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} + cancel-in-progress: ${{ github.ref != 'refs/heads/v1' }} on: pull_request: diff --git a/tsconfig.json b/tsconfig.json index 7e56ad8..a9859c3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,8 +3,8 @@ "compilerOptions": { "target": "ES2021", "lib": ["ES2021"], - "module": "ESNext", - "moduleResolution": "Node", + "module": "NodeNext", + "moduleResolution": "NodeNext", "strict": true, "esModuleInterop": true, "skipLibCheck": true,