Skip to content

Commit

Permalink
npm audit fix (#3098)
Browse files Browse the repository at this point in the history
Use Ubuntu `ubuntu-22.04`
  • Loading branch information
coliff authored Jan 7, 2025
1 parent c5fe88c commit 8cac83e
Show file tree
Hide file tree
Showing 7 changed files with 66 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/azure-static-web-apps-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
permissions:
contents: read # for actions/checkout to fetch code
if: github.repository == 'trimble-oss/modus-web-components'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Build and Deploy Job
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
defaults:
run:
working-directory: ./stencil-workspace
Expand Down
2 changes: 2 additions & 0 deletions angular-workspace/test-ng15/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
lockfile-version = "2"
registry = https://registry.npmjs.org/
95 changes: 51 additions & 44 deletions angular-workspace/test-ng15/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion angular-workspace/test-ng15/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular/platform-browser": "^15.2.9",
"@angular/platform-browser-dynamic": "^15.2.9",
"@angular/router": "^15.2.9",
"@trimble-oss/modus-angular-components": "0.41.0-ng15",
"@trimble-oss/modus-angular-components": "1.1.0-ng15",
"rxjs": "~7.8.1",
"tslib": "^2.5.3",
"zone.js": "~0.12.0"
Expand All @@ -41,5 +41,8 @@
},
"engines": {
"node": ">=16"
},
"volta": {
"node": "18.20.5"
}
}
7 changes: 4 additions & 3 deletions stencil-workspace/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions stencil-workspace/storybook/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8cac83e

Please sign in to comment.