Skip to content

Commit 4f3a4b1

Browse files
chore(deps): update dependency node to v24
1 parent 4134212 commit 4f3a4b1

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

.github/workflows/changeset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
2323
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2424
with:
25-
node-version: 22
25+
node-version: 24
2626
cache: pnpm
2727
cache-dependency-path: ./pnpm-lock.yaml
2828
- run: pnpm install --frozen-lockfile

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
2727
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2828
with:
29-
node-version: 22
29+
node-version: 24
3030
cache: pnpm
3131
cache-dependency-path: ./pnpm-lock.yaml
3232
- run: pnpm install

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
1414
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
1515
with:
16-
node-version: 22
16+
node-version: 24
1717
cache: pnpm
1818
cache-dependency-path: ./pnpm-lock.yaml
1919
- run: pnpm install --frozen-lockfile

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"devDependencies": {
4646
"@changesets/cli": "^2.27.7",
4747
"@mxssfd/typedoc-theme": "^1.1.6",
48-
"@types/node": "^20.14.9",
48+
"@types/node": "^24.0.0",
4949
"prettier": "^3.3.2",
5050
"rollup": "^4.18.0",
5151
"typedoc": "^0.28.0",

pnpm-lock.yaml

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)