Skip to content

Commit 2cc7a0e

Browse files
authored
chore(deps): update dependency node to v24 (#351)
1 parent 396a684 commit 2cc7a0e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v5
1414
- uses: actions/setup-node@v6
1515
with:
16-
node-version: 22
16+
node-version: 24
1717
- run: npm install
1818
- run: npm run build
1919
lint:
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v5
2323
- uses: actions/setup-node@v6
2424
with:
25-
node-version: 22
25+
node-version: 24
2626
- run: npm install
2727
- run: npm run lint
2828
tsc:
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v5
3232
- uses: actions/setup-node@v6
3333
with:
34-
node-version: 22
34+
node-version: 24
3535
- run: npm install
3636
- run: npm run lint:ts
3737
test:
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v5
4141
- uses: actions/setup-node@v6
4242
with:
43-
node-version: 22
43+
node-version: 24
4444
- run: npm install
4545
- run: npm test
4646

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/setup-node@v6
3030
if: ${{ steps.release.outputs.release_created }}
3131
with:
32-
node-version: 22
32+
node-version: 24
3333
registry-url: 'https://registry.npmjs.org'
3434
- run: npm install
3535
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)