Skip to content

Commit 4495044

Browse files
authored
Merge pull request #1687 from nubolab-ffwd/renovate/node-24.x
chore(deps): update dependency node to v24
2 parents 16d1954 + 37c40ae commit 4495044

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/docs-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Use Node.js ${{ matrix.node-version }}
1515
uses: actions/[email protected]
1616
with:
17-
node-version: 22.x
17+
node-version: 24.x
1818
cache: 'pnpm'
1919
- run: pnpm install --frozen-lockfile --strict-peer-dependencies
2020
- run: pnpm build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: ${{ steps.release.outputs.releases_created }}
2727
- uses: actions/[email protected]
2828
with:
29-
node-version: 22.x
29+
node-version: 24.x
3030
cache: 'pnpm'
3131
registry-url: 'https://registry.npmjs.org'
3232
if: ${{ steps.release.outputs.releases_created }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: pnpm/[email protected]
1818
- uses: actions/[email protected]
1919
with:
20-
node-version: 22.x
20+
node-version: 24.x
2121
cache: 'pnpm'
2222
- run: pnpm install --frozen-lockfile --strict-peer-dependencies
2323
- run: pnpm lint
@@ -64,7 +64,7 @@ jobs:
6464
- uses: pnpm/[email protected]
6565
- uses: actions/[email protected]
6666
with:
67-
node-version: 22.x
67+
node-version: 24.x
6868
cache: 'pnpm'
6969
- run: pnpm install --frozen-lockfile --strict-peer-dependencies
7070
- name: Install ${{ matrix.package-version }}

0 commit comments

Comments
 (0)