Skip to content

Commit

Permalink
Bumped node versions in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofVDB1 committed May 22, 2024
1 parent f49c4ec commit cae2965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/configuration_validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
os: [ubuntu-latest]
# Different Node versions possible. Each node version will trigger the action
node-version:
- 18.x
- 20.x
steps:
- name: Checkout source branch
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/diff_generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
matrix:
os: [ubuntu-latest]
node-version:
- 18.x
- 20.x
steps:
- name: Checkout source branch
uses: actions/checkout@v4
Expand Down

0 comments on commit cae2965

Please sign in to comment.