Skip to content

Commit

Permalink
Build workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Oksydan committed Oct 23, 2023
1 parent 2ccb1c1 commit cfce535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-build-nightly-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu, macos, windows]
node-version: [18.x, 17.x, 16.x, 15.x]
node-version: [20.X, 19.x, 18.x, 17.x, 16.x]
branch: [develop, develop, develop]
fail-fast: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu, macos, windows]
node-version: [18.x, 17.x, 16.x, 15.x]
node-version: [20.X, 19.x, 18.x, 17.x, 16.x]
fail-fast: false

steps:
Expand Down

0 comments on commit cfce535

Please sign in to comment.