From 499c470fe3196b1118b20f896453379eb260500e Mon Sep 17 00:00:00 2001 From: Stefan Buck Date: Fri, 4 Jun 2021 20:12:37 +0200 Subject: [PATCH] Update to node.js 14 --- .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 ec4c9e6e..56bb55ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: '12.x' + node-version: '14.x' - run: npm ci - run: npm test env: diff --git a/package.json b/package.json index cf2441cb..ba3f9e84 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "prettier": "^2.3.0" }, "engines": { - "node": "12.x" + "node": "14.x" }, "keywords": [], "author": "Stefan Buck",