Skip to content

Commit 69b2859

Browse files
authored
Merge pull request #1636 from CVEProject/locked_dev
UR - Release testing
2 parents 6b1bc05 + b6c3b88 commit 69b2859

115 files changed

Lines changed: 11079 additions & 3086 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [16.x]
12+
node-version: [24.x]
1313

1414
steps:
1515
- name: Checkout Repository
@@ -26,7 +26,7 @@ jobs:
2626

2727
strategy:
2828
matrix:
29-
node-version: [16.x]
29+
node-version: [24.x]
3030

3131
steps:
3232
- name: Checkout Repository
@@ -43,7 +43,7 @@ jobs:
4343

4444
strategy:
4545
matrix:
46-
node-version: [16.x]
46+
node-version: [24.x]
4747

4848
steps:
4949
- name: Checkout Repository

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [16.x]
12+
node-version: [24.x]
1313

1414
steps:
1515
- name: Checkout Repository
@@ -26,7 +26,7 @@ jobs:
2626

2727
strategy:
2828
matrix:
29-
node-version: [16.x]
29+
node-version: [24.x]
3030

3131
steps:
3232
- name: Checkout Repository

0 commit comments

Comments
 (0)