Skip to content

Commit

Permalink
chore: upgrade node to v14 (apache#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud authored and zhaoyongjie committed Nov 26, 2021
1 parent 61c2f0d commit 4de346c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ on:
jobs:
build:
name: Build and test
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
env:
CODECOV_TOKEN: '${{ secrets.CODECOV_TOKEN }}'
strategy:
matrix:
node-version: [12.x]
node-version: [14.x]

steps:
- uses: actions/checkout@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
build:
name: Bump version and publish package(s)

runs-on: ubuntu-latest
runs-on: ubuntu-20.04

strategy:
matrix:
node-version: [12.x]
node-version: [14.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion superset-frontend/temporary_superset_ui/superset-ui/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v12.19.0
v14.15.5
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@
"@types/react-bootstrap/@types/react": "^16.14.2"
},
"engines": {
"node": ">=10.10.0",
"npm": ">=6.8.0",
"node": "^14.15.0",
"npm": "^7.5.4",
"yarn": ">=1.13.0"
},
"workspaces": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19109,11 +19109,16 @@ react@^16.13.1, react@^16.8.3:
object-assign "^4.1.1"
prop-types "^15.6.2"

reactable-arc@0.15.0, reactable-arc@^0.15.0:
reactable-arc@^0.15.0:
version "0.15.0"
resolved "https://registry.yarnpkg.com/reactable-arc/-/reactable-arc-0.15.0.tgz#b9e145f58c787227bced894cd9c1611b37c20f3c"
integrity sha512-XH1mryI/xvbYb3lCVOU3rx/KRacDE0PDa45KazL/PPTM0AgPZ/awVmCAxRi179BpjbStk7cgCyFjI2oYJ28E8A==

reactable@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/reactable/-/reactable-1.1.0.tgz#2f84bb8b3808df8ac64694b539be416438db8498"
integrity sha512-SnvZ3CXyFFxGotw9cqNiVUGb2oW16UlIypGQZRJGgPiJuFqW22jO7A+Y/Tvv8no8F/bZoLdZ+QJP7eZfcc9kCw==

reactcss@^1.2.0:
version "1.2.3"
resolved "https://registry.yarnpkg.com/reactcss/-/reactcss-1.2.3.tgz#c00013875e557b1cf0dfd9a368a1c3dab3b548dd"
Expand Down

0 comments on commit 4de346c

Please sign in to comment.