Skip to content

Commit

Permalink
minor #13216 [Maintenance] Bump node version in CI (lchrusciel)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.9 branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | master
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | 
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.9 or 1.10 branch (the lowest possible)
 - Features and deprecations must be submitted against the master branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->


Commits
-------

e5b05e7 [Maintenance] Bump node version in CI
abe0677 [Maintenance] Bump node version in CI to v14
  • Loading branch information
GSadee authored Oct 21, 2021
2 parents 6991150 + abe0677 commit ecb243b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ jobs:
matrix:
php: [7.3, 7.4]
symfony: [^4.4, ^5.2]
node: [10.x]
node: [14.x]
mysql: [5.7, 8.0]

exclude:
Expand Down

0 comments on commit ecb243b

Please sign in to comment.