Skip to content

Commit

Permalink
fix(effect): add peer for @effect/schema
Browse files Browse the repository at this point in the history
Closes #180
Closes #181
  • Loading branch information
keyz authored and JamieMason committed Dec 26, 2023
1 parent eabbfb8 commit fdd7259
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
cache: npm
node-version: ${{ matrix.node-version }}
Expand Down
27 changes: 27 additions & 0 deletions .github/workflows/pnpm-strict.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: pnpm-strict

on:
pull_request:
push:

jobs:
all:
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest]
node-version: [20.x]

steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --strict-peer-dependencies
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
strict-peer-dependencies=true
14 changes: 2 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"Jamie Haywood (https://github.com/jamiehaywood)",
"Jamie Mason (https://github.com/JamieMason)",
"Jody Heavener (https://github.com/jodyheavener)",
"Keyan Zhang (https://github.com/keyz)",
"Luis Vieira (https://github.com/luisvieiragmr)",
"Marais Rossouw (https://github.com/maraisr)",
"Matt Sprague (https://github.com/uforic)",
Expand All @@ -32,13 +33,13 @@
"Tom Fletcher (https://github.com/tom-fletcher)"
],
"dependencies": {
"@effect/match": "0.40.0",
"@effect/schema": "0.56.0",
"chalk": "4.1.2",
"commander": "11.1.0",
"cosmiconfig": "9.0.0",
"effect": "2.0.0-next.62",
"enquirer": "2.4.1",
"fast-check": "3.15.0",
"globby": "11.1.0",
"minimatch": "9.0.3",
"npm-package-arg": "11.0.1",
Expand Down

0 comments on commit fdd7259

Please sign in to comment.