Skip to content

Commit ca5e8a0

Browse files
chore(deps): update dependency node to v24.19.0 (#93)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Antoni Kępiński <22645979+xxczaki@users.noreply.github.com>
1 parent 8686e25 commit ca5e8a0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: pnpm/action-setup@v5
1616
- uses: actions/setup-node@v6
1717
with:
18-
node-version: 24.18.1
18+
node-version: 24.19.0
1919
cache: pnpm
2020
- run: pnpm install --frozen-lockfile
2121
- run: pnpm run lint
@@ -28,7 +28,7 @@ jobs:
2828
- uses: pnpm/action-setup@v5
2929
- uses: actions/setup-node@v6
3030
with:
31-
node-version: 24.18.1
31+
node-version: 24.19.0
3232
cache: pnpm
3333
- run: pnpm install --frozen-lockfile
3434
- run: pnpm run build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: pnpm/action-setup@v5
2424
- uses: actions/setup-node@v6
2525
with:
26-
node-version: 24.18.1
26+
node-version: 24.19.0
2727
cache: pnpm
2828
registry-url: https://registry.npmjs.org
2929
- run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)