Skip to content

Commit

Permalink
revert to node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrokyr committed Sep 21, 2023
1 parent 947b0b5 commit 8f385fd
Show file tree
Hide file tree
Showing 8 changed files with 6,365 additions and 96,224 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quix-frontend-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '14'
- uses: samin/[email protected]
with:
mysql database: 'quixtest'
Expand Down
2 changes: 1 addition & 1 deletion quix-frontend/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
14
2 changes: 1 addition & 1 deletion quix-frontend/client/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
14
571 changes: 233 additions & 338 deletions quix-frontend/client/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion quix-frontend/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"lodash": "^4.17.11",
"moment": "^2.24.0",
"ng-csv": "^0.3.6",
"node-sass": "^6.0.1",
"node-sass": "^4.0.1",
"popper.js": "^1.16.0",
"react": "^16.12.0",
"react-bootstrap-daterangepicker": "^7.0.0",
Expand Down
Loading

0 comments on commit 8f385fd

Please sign in to comment.