Skip to content

Commit b3dd0f2

Browse files
authored
chore: update devDependencies (#226)
1 parent 4edc291 commit b3dd0f2

File tree

5 files changed

+4422
-2815
lines changed

5 files changed

+4422
-2815
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: actions/setup-node@v5
2424
with:
25-
node-version: 22
25+
node-version: 24
2626

2727
- run: npm ci
2828

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, macOS-latest, windows-latest]
16-
node-version: [20, 22, 24]
1716
runs-on: ${{ matrix.os }}
1817

1918
steps:
2019
- uses: actions/checkout@v5
2120

2221
- uses: actions/setup-node@v5
2322
with:
24-
node-version: ${{ matrix.node-version }}
23+
node-version: 24
2524

2625
- run: npm ci
2726

.npmrc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
; Don't download optionalDependencies and peerDependencies.
2-
; Conflicting peerDependencies is a source of issues with npm install.
3-
; This setting forces us to be explicit about listing dependencies.
4-
omit=optional
5-
omit=peer
6-
71
registry=https://registry.npmjs.org
82

93
; Prefer specifying dependency versions explicitly. Renovate will open

0 commit comments

Comments
 (0)