Skip to content

Commit

Permalink
refactor #737 [maintenance]Enable Node 16 test pipelines (Ferror)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.12-dev branch.

Discussion
----------

## Introduction

We test and maintain Node 16 and 14 on Sylius/Sylius repository. Therefore it would be nice to have it tested in the project template too.

## Done

Add node 16 version to the pipeline matrix and update the setup-node action to the latest version.

Commits
-------

0a8c6cd [maintenance]Enable Node 16 test pipelines
  • Loading branch information
lchrusciel authored May 17, 2022
2 parents c176567 + 0a8c6cd commit 203c6e7
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 @@ -25,7 +25,7 @@ jobs:
matrix:
php: ["8.0"]
symfony: ["^5.4"]
node: ["14.x"]
node: ["14.x", "16.x"]
mysql: ["5.7", "8.0"]

env:
Expand All @@ -47,7 +47,7 @@ jobs:

-
name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: "${{ matrix.node }}"

Expand Down

0 comments on commit 203c6e7

Please sign in to comment.