Skip to content

Commit

Permalink
Update node version in build.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
senghe authored Jan 8, 2024
1 parent 0f379f0 commit f99b6d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
php: [8.0]
symfony: [^5.4, ^6.0]
sylius: [~1.11.0, ~1.12.0]
node: [14.17.x]
node: [14.18.x]
mysql: [5.7, 8.0]

exclude:
Expand Down Expand Up @@ -195,4 +195,4 @@ jobs:
SLACK_MESSAGE: ':x:'
SLACK_TITLE: Failed build on ${{ github.event.repository.name }} repository
SLACK_USERNAME: ${{ secrets.FAILED_BUILD_SLACK_USERNAME }}
SLACK_WEBHOOK: ${{ secrets.FAILED_BUILD_SLACK_WEBHOOK }}
SLACK_WEBHOOK: ${{ secrets.FAILED_BUILD_SLACK_WEBHOOK }}

0 comments on commit f99b6d7

Please sign in to comment.