Skip to content

Commit a8b25eb

Browse files
authored
update to node 24 (#298)
* update to node 24 * update packages * test workflow
1 parent 1d9af80 commit a8b25eb

26 files changed

Lines changed: 2093 additions & 1778 deletions

.github/dependabot.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
version: 2
3+
updates:
4+
- package-ecosystem: "npm"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
open-pull-requests-limit: 5
9+
10+
- package-ecosystem: "github-actions"
11+
directory: "/"
12+
schedule:
13+
interval: "weekly"
14+
open-pull-requests-limit: 5

.github/workflows/run-e2e-tests-dotnet8-lcon.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@v2
2929

30-
- name: Set Node.js 20.x for GitHub Action
30+
- name: Set Node.js 24.x for GitHub Action
3131
uses: actions/setup-node@v1
3232
with:
33-
node-version: 20.x
33+
node-version: 24.x
3434

3535
- name: Run Npm Install for GitHub Action
3636
run: npm install

.github/workflows/run-e2e-tests-dotnet8-wcon.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@v2
2929

30-
- name: Set Node.js 20.x for GitHub Action
30+
- name: Set Node.js 24.x for GitHub Action
3131
uses: actions/setup-node@v1
3232
with:
33-
node-version: 20.x
33+
node-version: 24.x
3434

3535
- name: Run Npm Install for GitHub Action
3636
run: npm install

.github/workflows/run-e2e-tests-java8-lcon.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v2
3030

31-
- name: Set Node.js 20.x for GitHub Action
31+
- name: Set Node.js 24.x for GitHub Action
3232
uses: actions/setup-node@v1
3333
with:
34-
node-version: 20.x
34+
node-version: 24.x
3535

3636
- name: Run Npm Install for GitHub Action
3737
run: npm install

.github/workflows/run-e2e-tests-java8-wcon.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v2
3030

31-
- name: Set Node.js 20.x for GitHub Action
31+
- name: Set Node.js 24.x for GitHub Action
3232
uses: actions/setup-node@v1
3333
with:
34-
node-version: 20.x
34+
node-version: 24.x
3535

3636
- name: Run Npm Install for GitHub Action
3737
run: npm install

.github/workflows/run-e2e-tests-node20-lcon.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
env:
1818
AZURE_FUNCTIONAPP_NAME: gae-fa-node20-lcon
1919
AZURE_FUNCTIONAPP_PACKAGE_PATH: './tests/e2e/node20'
20-
NODE_VERSION: '20.x'
20+
NODE_VERSION: '24.x'
2121

2222
jobs:
2323
run:
@@ -27,10 +27,10 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@v2
2929

30-
- name: Set Node.js 20.x for GitHub Action
30+
- name: Set Node.js 24.x for GitHub Action
3131
uses: actions/setup-node@v1
3232
with:
33-
node-version: 20.x
33+
node-version: 24.x
3434

3535
- name: Run Npm Install for GitHub Action
3636
run: npm install

.github/workflows/run-e2e-tests-node20-wcon.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
env:
1818
AZURE_FUNCTIONAPP_NAME: gae-fa-node20-wcon
1919
AZURE_FUNCTIONAPP_PACKAGE_PATH: './tests/e2e/node20'
20-
NODE_VERSION: '20.x'
20+
NODE_VERSION: '24.x'
2121

2222
jobs:
2323
run:
@@ -27,10 +27,10 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@v2
2929

30-
- name: Set Node.js 20.x for GitHub Action
30+
- name: Set Node.js 24.x for GitHub Action
3131
uses: actions/setup-node@v1
3232
with:
33-
node-version: 20.x
33+
node-version: 24.x
3434

3535
- name: Run Npm Install for GitHub Action
3636
run: npm install

.github/workflows/run-e2e-tests-powershell6-wcon.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
- name: Checkout
2727
uses: actions/checkout@v2
2828

29-
- name: Set Node.js 20.x for GitHub Action
29+
- name: Set Node.js 24.x for GitHub Action
3030
uses: actions/setup-node@v1
3131
with:
32-
node-version: 20.x
32+
node-version: 24.x
3333

3434
- name: Run Npm Install for GitHub Action
3535
run: npm install

.github/workflows/run-e2e-tests-python310-flexcon.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@v2
2929

30-
- name: Set Node.js 20.x for GitHub Action
30+
- name: Set Node.js 24.x for GitHub Action
3131
uses: actions/setup-node@v1
3232
with:
33-
node-version: 20.x
33+
node-version: 24.x
3434

3535
- name: Setup Python ${{ env.PYTHON_VERSION }} Environment
3636
uses: actions/setup-python@v1

.github/workflows/run-e2e-tests-python310-lcon-msi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@v2
2929

30-
- name: Set Node.js 20.x for GitHub Action
30+
- name: Set Node.js 24.x for GitHub Action
3131
uses: actions/setup-node@v1
3232
with:
33-
node-version: 20.x
33+
node-version: 24.x
3434

3535
- name: Setup Python ${{ env.PYTHON_VERSION }} Environment
3636
uses: actions/setup-python@v1

0 commit comments

Comments
 (0)