Skip to content

Commit

Permalink
fix: upgrade dependencies (#13)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Requires Node >=20.5.0
  • Loading branch information
wkillerud authored Nov 13, 2024
1 parent f679e8e commit c46549d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22

- run: npm install

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
node-version: [18, 20]
node-version: [20, 22]
runs-on: ${{ matrix.os }}

steps:
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"homepage": "https://github.com/eik-lib/sink-memory#readme",
"dependencies": {
"@eik/common": "3.0.1",
"@eik/common": "5.0.0",
"@eik/sink": "1.2.5",
"@metrics/client": "2.5.4"
},
Expand All @@ -44,11 +44,11 @@
"@eik/semantic-release-config": "1.0.0",
"@eik/typescript-config": "1.0.0",
"eslint": "9.13.0",
"npm-run-all2": "5.0.2",
"npm-run-all2": "7.0.1",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"semantic-release": "24.0.0",
"tap": "18.8.0",
"typescript": "5.5.4"
"semantic-release": "24.2.0",
"tap": "21.0.1",
"typescript": "5.6.3"
}
}

0 comments on commit c46549d

Please sign in to comment.