Skip to content

Commit

Permalink
build: update node and package-lock, audit fix, more relaxed peer dep…
Browse files Browse the repository at this point in the history
…endencies
  • Loading branch information
Markus-Ende committed Jun 29, 2024
1 parent 52cb606 commit 7ef5184
Show file tree
Hide file tree
Showing 4 changed files with 5,763 additions and 9,757 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,17 @@ jobs:
# - run: npx nx-cloud start-ci-run --distribute-on="5 linux-medium-js" --stop-agents-after="e2e-ci"

# Cache node_modules
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
node-version-file: package.json
cache: 'npm'

- name: Install dependencies
run: npm ci

- name: Install Playwright Browsers
run: npx playwright install --with-deps

- uses: nrwl/nx-set-shas@v4

- run: npx nx format:check
Expand Down
10 changes: 5 additions & 5 deletions libs/sketch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "@qupaya/sketch",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "^17.3.0",
"@angular/cdk": "^17.3.3",
"@angular/forms": "~17.3.0",
"@angular/core": "^17.3.0",
"@angular/router": "~17.3.0",
"@angular/cdk": ">=18.0.0",
"@angular/common": ">=18.0.0",
"@angular/core": ">=18.0.0",
"@angular/forms": ">=18.0.0",
"@angular/router": ">=18.0.0",
"rxjs": "~7.8.0"
},
"dependencies": {},
Expand Down
Loading

0 comments on commit 7ef5184

Please sign in to comment.