From 8d27f7938fb4ff359e05c605e7e921e1d9daaab7 Mon Sep 17 00:00:00 2001 From: Markus Tacker Date: Thu, 4 Feb 2021 09:21:57 +0100 Subject: [PATCH] fix: use Node.js 14 --- .github/workflows/test-and-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index 31c679f26..da64e6a15 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: "12.x" + node-version: "14.x" - name: Keep npm cache around to speed up installs uses: actions/cache@v2 with: