Skip to content

Commit

Permalink
[GitHub Actions] Test with Node 18 only
Browse files Browse the repository at this point in the history
  • Loading branch information
coldic3 committed Mar 4, 2024
1 parent fda3070 commit 4fc2c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
php: ["8.0", "8.1"]
symfony: ["5.4.*", "^6.0"]
sylius: ["^1.12"]
node: ["14.x", "16.x", "18.x"]
node: ["18.x"]
mysql: ["5.7", "8.0"]

env:
Expand Down

0 comments on commit 4fc2c4c

Please sign in to comment.