Skip to content

Commit

Permalink
Merge pull request #469 from AuScope/Release-6.6.1
Browse files Browse the repository at this point in the history
Release 6.6.1
  • Loading branch information
jia020 authored Dec 16, 2024
2 parents 532a1cd + 6db84e7 commit e718236
Show file tree
Hide file tree
Showing 66 changed files with 6,977 additions and 4,868 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 20
- name: Cache node modules
id: cache-npm
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand All @@ -41,7 +41,7 @@ jobs:
run: zip release.zip ./dist/* -r
- name: file bundle artifact
if: contains(github.ref, 'master')
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: portal UI dev bundle
path: release.zip
10 changes: 3 additions & 7 deletions .github/workflows/lint-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,11 @@ jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version: 20
- run: npm install
- run: npm run lint
8 changes: 4 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,18 +117,18 @@
"serve": {
"builder": "@angular-builders/custom-webpack:dev-server",
"options": {
"browserTarget": "project:build",
"buildTarget": "project:build",
"proxyConfig": "./proxy.conf.json"
},
"configurations": {
"audev": {
"browserTarget": "project:build:audev"
"buildTarget": "project:build:audev"
},
"production": {
"browserTarget": "project:build:production"
"buildTarget": "project:build:production"
},
"development": {
"browserTarget": "project:build:development"
"buildTarget": "project:build:development"
}
},
"defaultConfiguration": "development"
Expand Down
Binary file modified docs/AuScopeUserGuide.pdf
Binary file not shown.
Binary file modified docs/src/AuScopeUserGuide.docx
Binary file not shown.
1 change: 1 addition & 0 deletions extra-webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = {
zlib: false
},
},
cache: false,
module: {
unknownContextCritical: false
}
Expand Down
Loading

0 comments on commit e718236

Please sign in to comment.