Skip to content

Commit

Permalink
Merge pull request #9136 from tinyspeck/sarabee-node16-updates
Browse files Browse the repository at this point in the history
[vtadmin-web] Upgrade to node v16.13.0 LTS
  • Loading branch information
askdba committed Nov 4, 2021
2 parents 32186a2 + c85ea61 commit af6edd3
Show file tree
Hide file tree
Showing 7 changed files with 23,658 additions and 1,182 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vtadmin_web_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/setup-node@v2
with:
# node-version should match package.json
node-version: '14.15'
node-version: '16.13.0'

- name: Install dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vtadmin_web_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/setup-node@v2
with:
# node-version should match package.json
node-version: '14.15'
node-version: '16.13.0'

- name: Install dependencies
run: npm install
Expand Down
5 changes: 4 additions & 1 deletion web/vtadmin/.stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"extends": [
"stylelint-config-standard",
"stylelint-config-prettier"
]
],
"rules": {
"at-rule-no-unknown": null
}
}
5 changes: 5 additions & 0 deletions web/vtadmin/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# VTAdmin

## Prerequisites

- [node](https://nodejs.org) >= 16.13.0 LTS
- npm >= 8.1.0 (comes with node)

## Available scripts

Scripts for common and not-so-common tasks. These are always run from the `vitess/web/vtadmin` directory (although some of them have counterparts in `vitess/Makefile`):
Expand Down
Loading

0 comments on commit af6edd3

Please sign in to comment.