Skip to content

Commit 6830ab2

Browse files
committed
node version upgrade
1 parent 93aebce commit 6830ab2

6 files changed

Lines changed: 8 additions & 8 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:

setup-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ inputs:
2222
required: false
2323
default: 'browserstack-integrations[bot]'
2424
runs:
25-
using: 'node20'
25+
using: 'node24'
2626
main: 'dist/index.js'

setup-local/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ inputs:
1515
description: 'Extra arguments to be passed to the Local Binary'
1616
required: false
1717
runs:
18-
using: 'node20'
18+
using: 'node24'
1919
main: 'dist/index.js'

0 commit comments

Comments
 (0)