Skip to content

Commit

Permalink
ci: fix broken CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlewis92 committed Jul 25, 2024
1 parent 21062db commit 3e16e8a
Show file tree
Hide file tree
Showing 4 changed files with 10,770 additions and 8,606 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 22
cache: 'pnpm'
- run: pnpm install
- run: pnpm test
Expand Down
3 changes: 3 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,8 @@
}
}
}
},
"cli": {
"analytics": false
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@
"@commitlint/config-conventional"
]
},
"packageManager": "pnpm@7.30.1"
"packageManager": "pnpm@9.6.0"
}
Loading

0 comments on commit 3e16e8a

Please sign in to comment.