Skip to content

Commit

Permalink
feat: Dashboard controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
Fllorent0D committed Aug 7, 2023
1 parent 9b2368e commit 2ca063c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 14.x, 16.x, 18.x ]
node-version: [ 16.x, 18.x ]

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"scripts": {
"prebuild": "rimraf dist",
"postinstall": "git update-index -q --refresh",
"build": "nest build",
"ci": "node ./node_modules/@nestjs/cli/bin/nest.js build",
"format": "prettier --write \\\"src/**/*.ts\\\" \\\"test-e2e/**/*.ts\\\"",
Expand Down

0 comments on commit 2ca063c

Please sign in to comment.