Skip to content

Commit 0d18ada

Browse files
committed
BREAKING: dropping CJS dual module export (now ESM only) (#1856)
1 parent d75643f commit 0d18ada

File tree

93 files changed

+399
-1012
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+399
-1012
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -122,23 +122,3 @@ jobs:
122122
yarn install
123123
yarn test
124124
cd -
125-
126-
Package:
127-
name: Are the types wrong?
128-
runs-on: ubuntu-latest
129-
needs: Compile
130-
steps:
131-
- uses: actions/checkout@v5
132-
- name: Cache turbo build setup
133-
uses: actions/cache@v4
134-
with:
135-
path: .turbo
136-
key: ${{ runner.os }}-turbo-${{ github.sha }}
137-
restore-keys: ${{ runner.os }}-turbo-
138-
- run: corepack enable
139-
- uses: actions/setup-node@v6
140-
with:
141-
node-version: latest
142-
cache: 'yarn'
143-
- run: yarn install --immutable --immutable-cache
144-
- run: yarn turbo attw
Binary file not shown.
Binary file not shown.
Binary file not shown.
-111 KB
Binary file not shown.
-20 KB
Binary file not shown.
-28.1 KB
Binary file not shown.
-16.3 KB
Binary file not shown.
-7.81 KB
Binary file not shown.
-13.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)