Skip to content

Commit 4a5ed55

Browse files
authored
Update node 24 and dependencies (#233)
Update node 24 and dependencies. Closes #256
1 parent c132b6c commit 4a5ed55

File tree

6 files changed

+610
-702
lines changed

6 files changed

+610
-702
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: '20'
21+
node-version: '24'
2222
- name: Build
2323
run: |
2424
make build

.github/workflows/dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: ${{ github.actor == 'dependabot[bot]' && github.event.pull_request.head.repo.full_name == github.repository }}
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
with:
1515
ref: ${{ github.event.pull_request.head.sha }}
1616
- name: rebuild

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,6 @@ outputs:
159159
Path to the Buf CLI binary.
160160
161161
runs:
162-
using: "node20"
162+
using: "node24"
163163
main: "./dist/index.js"
164164
post: "./dist/post/index.js"

0 commit comments

Comments
 (0)