1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

feat: upgrade to node.js v14

This commit is contained in:
Ivar Conradi Østhus 2021-05-05 22:18:35 +02:00
parent 6db15076e3
commit 76cd54fd91
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [12.x] node-version: [14.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/ # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps: steps:

View File

@ -20,7 +20,7 @@
"url": "https://github.com/Unleash/unleash-frontend" "url": "https://github.com/Unleash/unleash-frontend"
}, },
"engines": { "engines": {
"node": ">=12" "node": ">=14"
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"scripts": { "scripts": {

View File

@ -497,7 +497,7 @@ exports[`renders correctly with permissions 1`] = `
last seen at last seen at
<small> <small>
02/23/2017, 03:56:49 PM 23/02/2017, 15:56:49
</small> </small>
</span> </span>
</p> </p>