Skip to content

Commit 1da2e17

Browse files
build(deps-dev): bump @types/node from 24.6.1 to 24.10.1 (#223)
* build(deps-dev): bump @types/node from 24.6.1 to 24.10.1 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.6.1 to 24.10.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.10.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * add support for node 24 * add ci update * add node 24 deployment script --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JK Gunnink <8016590+jgunnink@users.noreply.github.com> Co-authored-by: JK Gunnink <jgunnink@gmail.com>
1 parent f2d2110 commit 1da2e17

File tree

3 files changed

+1827
-4562
lines changed

3 files changed

+1827
-4562
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [20.x, 22.x]
14+
node-version: [20.x, 22.x, 24.x]
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717
- name: Use Node.js ${{ matrix.node-version }}
18-
uses: actions/setup-node@v2
18+
uses: actions/setup-node@v4
1919
with:
2020
node-version: ${{ matrix.node-version }}
2121
- name: Install dependencies

0 commit comments

Comments
 (0)