Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/init-npm/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
node-version:
description: 'Node.js version'
required: true
default: '20.x'
default: '24.x'
runs:
using: composite
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node: [20.x, 22.x]
node: [24.x]

steps:
- name: Check out TS Project Git repository
Expand All @@ -35,7 +35,7 @@ jobs:

strategy:
matrix:
node: [20.x, 22.x]
node: [24.x]

steps:
- name: Check out TS Project Git repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typedoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 24
cache: npm
- name: Install TS Project dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20
v24
Loading