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:
parent
6db15076e3
commit
76cd54fd91
2
frontend/.github/workflows/node.js.yml
vendored
2
frontend/.github/workflows/node.js.yml
vendored
@ -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:
|
||||||
|
@ -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": {
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user