ci: Add hint to node array about changing the docs if version is changed

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-02-25 20:37:29 +01:00
parent 14a75e5612
commit 61f1d44a32

View file

@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
node: [ '16', '18' ] node: [ '16', '18' ] # Are you changing this? Don't forget to update the min. and recommended node version in getting-started.md!
include: include:
- node: '18' - node: '18'
coverage: true coverage: true