Skip to content

Commit 918882c

Browse files
committed
Node 24
1 parent f2d9d11 commit 918882c

7 files changed

Lines changed: 333 additions & 377 deletions

File tree

.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
PATH_add /opt/homebrew/opt/node@20/bin
1+
PATH_add /opt/homebrew/opt/node@24/bin
22
layout node

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v6
2121
with:
22-
node-version: '20.x'
22+
node-version: '24.x'
2323
cache: 'npm'
2424
- run: npm ci
2525
- name: Run integration test

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
- name: Setup Node.js
1212
uses: actions/setup-node@v6
1313
with:
14-
node-version: "20.x"
15-
cache: "npm"
14+
node-version: '24.x'
15+
cache: 'npm'
1616
- run: npm ci
1717
- name: Run tests
1818
run: |

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: bump-homebrew-formula
2-
description: "Bump Homebrew formula after a new release"
3-
author: "@mislav"
2+
description: 'Bump Homebrew formula after a new release'
3+
author: '@mislav'
44
runs:
5-
using: node20
6-
main: "./lib/index.js"
5+
using: node24
6+
main: './lib/index.js'
77
inputs:
88
formula-name:
99
description: The name of the Homebrew formula (defaults to lower-cased repository name)

0 commit comments

Comments
 (0)