Skip to content

Commit

Permalink
chore(versions): move to yarn 4, drop release for node 14, only outpu…
Browse files Browse the repository at this point in the history
…t cjs

BREAKING CHANGE: Move to yarn 4 and only output a cjs build, drop support for node 14
  • Loading branch information
jonluca committed Nov 8, 2023
1 parent 9318da1 commit 71a899d
Show file tree
Hide file tree
Showing 21 changed files with 17,857 additions and 1,910 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: latest
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
strategy:
matrix:
node-version:
- 14
- 16
- 18
- latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
11,423 changes: 11,423 additions & 0 deletions .pnp.cjs

Large diffs are not rendered by default.

Loading

0 comments on commit 71a899d

Please sign in to comment.