Skip to content

Commit

Permalink
Merge pull request #305 from Oksydan/github-actions-changes
Browse files Browse the repository at this point in the history
Build workflow changes
  • Loading branch information
Oksydan authored Oct 23, 2023
2 parents 2ccb1c1 + cfce535 commit 97a15eb
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 97a15eb

Please sign in to comment.