Skip to content

Commit

Permalink
feat: update packages (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
dristpunk authored Dec 4, 2023
1 parent df19e33 commit 6ff708f
Show file tree
Hide file tree
Showing 3 changed files with 333 additions and 380 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -38,9 +38,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "yarn"
cache: 'yarn'

- name: Install dependencies
run: yarn --frozen-lockfile --network-concurrency 1

- run: yarn lint:check
- run: yarn lint:check
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
},
"dependencies": {
"ds-test": "github:dapphub/ds-test#e282159",
"forge-std": "github:foundry-rs/forge-std#v1.5.6",
"forge-std": "github:foundry-rs/forge-std#v1.7.3",
"isolmate": "github:defi-wonderland/isolmate#59e1804",
"prb/test": "github:paulrberg/prb-test#a245c71"
"prb/test": "github:paulrberg/prb-test#v0.6.5"
},
"devDependencies": {
"@commitlint/cli": "17.0.3",
Expand Down
Loading

0 comments on commit 6ff708f

Please sign in to comment.