Skip to content

Commit 2194a61

Browse files
committed
Change dev pipeline node version to '24.14.1'.
1 parent 014b3b6 commit 2194a61

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/dev-pipeline.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
strategy:
2626
matrix:
27-
node-version: [20.18]
27+
node-version: [24.14.1]
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@v4
@@ -67,7 +67,7 @@ jobs:
6767
runs-on: ubuntu-latest
6868
strategy:
6969
matrix:
70-
node-version: [20.18]
70+
node-version: [24.14.1]
7171
steps:
7272
- name: Checkout
7373
uses: actions/checkout@v4
@@ -122,7 +122,7 @@ jobs:
122122
runs-on: ubuntu-latest
123123
strategy:
124124
matrix:
125-
node-version: [20.18]
125+
node-version: [24.14.1]
126126
steps:
127127
- name: Checkout
128128
uses: actions/checkout@v4
@@ -188,7 +188,7 @@ jobs:
188188
runs-on: ubuntu-latest
189189
strategy:
190190
matrix:
191-
node-version: [20.18]
191+
node-version: [24.14.1]
192192
steps:
193193
- name: Checkout
194194
uses: actions/checkout@v4
@@ -248,7 +248,7 @@ jobs:
248248
runs-on: ubuntu-latest
249249
strategy:
250250
matrix:
251-
node-version: [ 20.18 ]
251+
node-version: [24.14.1]
252252
steps:
253253
- name: Checkout
254254
uses: actions/checkout@v4

0 commit comments

Comments
 (0)