Skip to content

Commit

Permalink
Merge pull request #206 from bcgov/vue-three
Browse files Browse the repository at this point in the history
Upgrade front end to Vue/Vuetify 3
  • Loading branch information
trev-dev authored Apr 23, 2024
2 parents bd6ae97 + e6a9180 commit a6a0543
Show file tree
Hide file tree
Showing 94 changed files with 12,719 additions and 84,969 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-backend.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '18.x'
- run: npm ci
- run: npm run lint:fix
- run: npm run test:unit
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci-frontend.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '18.x'
- run: npm ci
- run: npm run lint:fix
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/.idea/
/.idea/*
.idea
.idea/*
.idea/*
Session.vim
.envrc
.direnv/
Loading

0 comments on commit a6a0543

Please sign in to comment.