From 2be212a1a0fbeaae74fe8d0f5542061f9f0af8b4 Mon Sep 17 00:00:00 2001 From: Phil Date: Wed, 22 Sep 2021 17:23:09 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index deccaf0..87608fc 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,16 @@ you'll need to configured that workflow yourself. You can look to the Make sure you use the `actions/checkout@v2` action! +**Migration: Version v9 and up** + +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 +``` + ### Workflow * Based on the commit messages, increment the version from the latest release.