Skip to content

Commit e4f3fe8

Browse files
committed
missing node 24 changes added, removed .nvmrc
1 parent 5ea10cc commit e4f3fe8

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.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@v5
1919
with:
20-
node-version: 22
20+
node-version: 24
2121
cache: 'npm'
2222

2323
- run: npm ci

.nvmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

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'

0 commit comments

Comments
 (0)