Skip to content

Commit

Permalink
Update dependencies. Update to node 18. Replace node-sass with sass
Browse files Browse the repository at this point in the history
  • Loading branch information
bassages committed Oct 9, 2023
1 parent 05aa6b4 commit 63336db
Show file tree
Hide file tree
Showing 5 changed files with 832 additions and 711 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Run npm install and npm run build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Run npm install and npm run build
run: |
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@

### Klimaat
![Alt text](documentation/screenshots/temperatuur.jpg?raw=true "Temperatuur")

## Technical
### Updating versions
#### Angular
`npx @angular/cli@latest update --allow-dirty`
`npx @angular/cli@latest update @angular/cli --allow-dirty
`npx @angular/cli@latest update @angular/common --allow-dirty`
`npx @angular/cli@latest update @angular/cdk --allow-dirty`
Loading

0 comments on commit 63336db

Please sign in to comment.