Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on: push
jobs:
update:
runs-on: ubuntu-22.04
name: Node 22
name: Node 24

steps:
- name: Checkout code
uses: actions/checkout@v5

- uses: actions/setup-node@v5
with:
node-version: 22
node-version: 24
cache: 'npm'

- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-node@v5
with:
node-version: 22
node-version: 24
cache: 'npm'

- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ outputs:
socket-path:
description: 'path at which socket was created'
runs:
using: 'node20'
using: 'node24'
main: 'dist/index.js'
Loading