From 0ee5b8a55e5497f77c5f07c7cad397b8d1b4a43a Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Tue, 2 Mar 2021 16:47:42 +0300 Subject: [PATCH] Update Node.js for tests --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 95bbd78..a5ea4d5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12.x] + node-version: [14.x] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1