Skip to content

Commit

Permalink
Merge pull request #130 from AuScope/jia020-node-20x
Browse files Browse the repository at this point in the history
Update node to v20
  • Loading branch information
vjf committed May 10, 2024
2 parents 810a3ac + 22b1324 commit 0930316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '18.x'
node-version: '20.x'
- run: npm install
- run: npm link @angular/cli
- run: ng build portal-core-ui --configuration production
Expand Down

0 comments on commit 0930316

Please sign in to comment.