From 61f1d44a32461b116ad9fe7d0c5d8e81e85e0afe Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Sat, 25 Feb 2023 20:37:29 +0100 Subject: [PATCH] ci: Add hint to node array about changing the docs if version is changed Signed-off-by: Tilman Vatteroth --- .github/workflows/test-and-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-build.yml b/.github/workflows/test-and-build.yml index 41b5dd9af..77f314d7a 100644 --- a/.github/workflows/test-and-build.yml +++ b/.github/workflows/test-and-build.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest strategy: 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: - node: '18' coverage: true