From d6ad227aa5444819c601ca2590fd1b921aafdef8 Mon Sep 17 00:00:00 2001 From: Sam Kirkland Date: Thu, 9 Dec 2021 22:26:03 -0600 Subject: [PATCH] readme example - node version bump (12 -> 14) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 97cb325..58a068c 100644 --- a/README.md +++ b/README.md @@ -87,10 +87,10 @@ jobs: - name: 🚚 Get latest code uses: actions/checkout@v2 - - name: Use Node.js 12 - uses: actions/setup-node@v2-beta + - name: Use Node.js 14 + uses: actions/setup-node@v2 with: - node-version: '12' + node-version: '14' - name: 🔨 Build Project run: |