From e4be795b8f0ccf5d87e71c2bac825994fb724158 Mon Sep 17 00:00:00 2001 From: Stephane Bedeau Date: Wed, 18 Nov 2020 12:05:21 +0100 Subject: [PATCH] Bump Node version to 14.15.1 --- .github/workflows/ci.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb886629b..672326db4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 14 - run: npm ci - run: npm test - run: npm run lint diff --git a/package.json b/package.json index 0e9116fbf..46aa50b00 100755 --- a/package.json +++ b/package.json @@ -75,6 +75,6 @@ "vue-jest": "3.0.6" }, "engines": { - "node": "12.18.2" + "node": "14.15.1" } }