Skip to content

Commit 97a15eb

Browse files
authored
Merge pull request #305 from Oksydan/github-actions-changes
Build workflow changes
2 parents 2ccb1c1 + cfce535 commit 97a15eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code-build-nightly-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu, macos, windows]
15-
node-version: [18.x, 17.x, 16.x, 15.x]
15+
node-version: [20.X, 19.x, 18.x, 17.x, 16.x]
1616
branch: [develop, develop, develop]
1717
fail-fast: false
1818

.github/workflows/code-build-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu, macos, windows]
19-
node-version: [18.x, 17.x, 16.x, 15.x]
19+
node-version: [20.X, 19.x, 18.x, 17.x, 16.x]
2020
fail-fast: false
2121

2222
steps:

0 commit comments

Comments
 (0)