Skip to content

Commit 579e984

Browse files
committed
build: move to node 24
1 parent 0bdcd2d commit 579e984

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ on: push
33

44
jobs:
55
update:
6-
runs-on: ubuntu-22.04
7-
name: Node 22
6+
runs-on: ubuntu-24.04
7+
name: Node 24
88

99
steps:
1010
- name: Checkout code
1111
uses: actions/checkout@v6
1212

1313
- uses: actions/setup-node@v6
1414
with:
15-
node-version: 22
15+
node-version: 24
1616
cache: 'npm'
1717

1818
- run: npm ci

.github/workflows/dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: actions/setup-node@v6
1919
with:
20-
node-version: 22
20+
node-version: 24
2121
cache: 'npm'
2222

2323
- run: npm ci

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ outputs:
3131
socket-path:
3232
description: 'path at which socket was created'
3333
runs:
34-
using: 'node20'
34+
using: 'node24'
3535
main: 'dist/index.js'

package-lock.json

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

0 commit comments

Comments
 (0)