From 6d71d13856a5c6b1cfea20dd0c3769112d204349 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 5 Jul 2022 18:43:19 +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 befd9b28..30c2c02c 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 16 cache: 'npm' cache-dependency-path: subdir/package-lock.json - run: npm ci