From 4bc85a700156e6c462ec9b7f1a0a8baffb2ab484 Mon Sep 17 00:00:00 2001 From: Travis Shivers Date: Thu, 1 Oct 2020 15:23:01 -0500 Subject: [PATCH] ci(release): use node 14 --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4573dcf8..16adb8b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,6 +53,11 @@ jobs: - name: Checkout uses: actions/checkout@v2.3.3 + - name: Setup Node.js + uses: actions/setup-node@v2.1.1 + with: + node-version: 14 + - name: Cache Node.js modules id: cache uses: actions/cache@v2.1.1