From 77474171793db7d1a68dc8884f333af40e9f5bfb Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 5 Jul 2022 18:41:51 +0200 Subject: [PATCH] Node.js 16 Co-authored-by: Ivan <98037481+IvanZosimov@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8b19774..befd9b28 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 16 cache: 'npm' - run: npm ci - run: npm test