Skip to content

Commit d6cb8ba

Browse files
Merge pull request #84 from Raghav11-11/aps-19023-node24-migration
Upgrade Node version to 24 (APS-19023)
2 parents 93aebce + 75e2ea2 commit d6cb8ba

7 files changed

Lines changed: 2571 additions & 2106 deletions

File tree

.github/workflows/setup-env.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121

22-
- name: Set Node.js 20.x
22+
- name: Set Node.js 24.x
2323
uses: actions/setup-node@master
2424
with:
25-
node-version: 20.x
25+
node-version: 24.x
2626
cache: 'npm'
2727
cache-dependency-path: 'setup-env/package-lock.json'
2828

.github/workflows/setup-local.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121

22-
- name: Set Node.js 20.x
22+
- name: Set Node.js 24.x
2323
uses: actions/setup-node@master
2424
with:
25-
node-version: 20.x
25+
node-version: 24.x
2626
cache: 'npm'
2727
cache-dependency-path: 'setup-local/package-lock.json'
2828

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ inputs:
1414
description: 'Project name for the tests'
1515
required: false
1616
runs:
17-
using: 'node20'
17+
using: 'node24'
1818
main: 'setup-env/dist/index.js'
1919
branding:
2020
icon: 'check-circle'

browserstack-report-action/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ inputs:
1818
default: '300'
1919

2020
runs:
21-
using: 'node16'
21+
using: 'node24'
2222
main: 'dist/index.js'
2323

2424
branding:

0 commit comments

Comments
 (0)