From 5b48534cc5f7d6e08aef9c955eb409f7ad95493a Mon Sep 17 00:00:00 2001 From: Phil Date: Thu, 13 Oct 2022 16:52:06 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df895ac..0dcfba1 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Remove the 'actions/setup-node@v1' step from your action.yml file - name: 'Setup Node.js' uses: 'actions/setup-node@v1' with: - node-version: 14 + node-version: 16 ``` ### Workflow