Skip to content

Commit 522f4d1

Browse files
authored
Merge pull request #265 from smartlyio/VLCN-3593
[VLCN-3593] Upgrade to use Node24 + security fixes + renovate adjustments
2 parents 2d77445 + b049568 commit 522f4d1

8 files changed

Lines changed: 32583 additions & 27367 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-24.04
99
steps:
1010
- uses: actions/checkout@v6
11-
- name: Set Node.js 20.x
11+
- name: Setup Node.js
1212
uses: actions/setup-node@v6
1313
with:
14-
node-version: 20.x
14+
node-version: 24.x
1515
- name: "Install"
1616
run: |
1717
npm install

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ outputs:
1818
comment_body:
1919
description: The comment body.
2020
runs:
21-
using: 'node20'
21+
using: 'node24'
2222
main: 'dist/index.js'
2323
branding:
2424
icon: check-circle

0 commit comments

Comments
 (0)