Skip to content

Commit 7b13484

Browse files
committed
chore: node v24
1 parent cdf2705 commit 7b13484

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/master_com-keyman-status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Node.js version
2020
uses: actions/setup-node@v1
2121
with:
22-
node-version: '20.x'
22+
node-version: '24.x'
2323

2424
- name: npm install, build, and test
2525
run: |

.github/workflows/staging_com-keyman-staging-status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Node.js version
2020
uses: actions/setup-node@v1
2121
with:
22-
node-version: '22.x'
22+
node-version: '24.x'
2323

2424
- name: npm ci + build - public
2525
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Node.js version
2626
uses: actions/setup-node@v1
2727
with:
28-
node-version: '20.x'
28+
node-version: '24.x'
2929

3030
- name: npm install, build, and test
3131
run: |

0 commit comments

Comments
 (0)