mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +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:
|
||||
matrix:
|
||||
node-version: [12.x]
|
||||
node-version: [14.x]
|
||||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
||||
|
||||
steps:
|
||||
|
@ -20,7 +20,7 @@
|
||||
"url": "https://github.com/Unleash/unleash-frontend"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
"node": ">=14"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"scripts": {
|
||||
|
@ -497,7 +497,7 @@ exports[`renders correctly with permissions 1`] = `
|
||||
last seen at
|
||||
|
||||
<small>
|
||||
02/23/2017, 03:56:49 PM
|
||||
23/02/2017, 15:56:49
|
||||
</small>
|
||||
</span>
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user