Skip to content

Commit e4864f2

Browse files
authored
Merge pull request #812 from smartlyio/VLCN-3125
Upgrade Node version from 20 to 24
2 parents a84fc09 + e7c510d commit e4864f2

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-22.04
88
steps:
99
- uses: actions/checkout@v4
10-
- name: Set Node.js 20.x
10+
- name: Set Node.js version
1111
uses: actions/setup-node@v4
1212
with:
13-
node-version: 20.x
13+
node-version: 24.x
1414
- name: 'Install'
1515
run: |
1616
npm install
@@ -32,10 +32,10 @@ jobs:
3232
runs-on: ubuntu-22.04
3333
steps:
3434
- uses: actions/checkout@v4
35-
- name: Set Node.js 20.x
35+
- name: Set Node.js version
3636
uses: actions/setup-node@v4
3737
with:
38-
node-version: 20.x
38+
node-version: 24.x
3939
- name: 'Build action for test'
4040
run: |
4141
npm install

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ outputs:
5959
description: "The docker ID of the service container run."
6060

6161
runs:
62-
using: 'node20'
62+
using: 'node24'
6363
main: 'dist/index.js'
6464
post: 'dist/index.js'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"@types/jest": "29.5.14",
37-
"@types/node": "20.19.1",
37+
"@types/node": "24.11.0",
3838
"@typescript-eslint/parser": "6.21.0",
3939
"@vercel/ncc": "0.38.1",
4040
"eslint": "8.57.1",

0 commit comments

Comments
 (0)