Skip to content

Commit

Permalink
chore: Update to Angular 16
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Angular 15 no longer supported

Closes #242
  • Loading branch information
Alorel committed Oct 9, 2023
1 parent c26e241 commit 17ab36c
Show file tree
Hide file tree
Showing 8 changed files with 10,087 additions and 7,497 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/core.yml
Expand Up @@ -13,12 +13,12 @@ jobs:
- name: Test
uses: ./.github/actions/test
with:
node-version: 18
node-version: 20
gh-token: ${{ secrets.GITHUB_TOKEN }}
- name: Upload coverage
if: ${{ runner.os != 'windows-latest' }}
continue-on-error: true
uses: coverallsapp/github-action@v2.0.0
uses: coverallsapp/github-action@v2.2.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: node-${{ inputs.node-version }}-on-${{ runner.os }}-${{ github.event_name }}
Expand All @@ -37,12 +37,12 @@ jobs:
- name: Init NPM
uses: ./.github/actions/init-npm
with:
node-version: 18
node-version: 20
gh-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v3
name: Reconfig Node
with:
node-version: 18
node-version: 20
registry-url: https://registry.npmjs.org
- name: Release
run: npm run release
Expand Down
23 changes: 6 additions & 17 deletions README.md
Expand Up @@ -4,23 +4,12 @@ Used the abandoned [ngx-sails](https://github.com/brandom/ngx-sails) as a base.

## Installation

Angular 15:

```javascript
npm install @aloreljs/ngx-sails@~3.0.0 socket.io-client@^2.0.0
```

Angular 14:

```javascript
npm install @aloreljs/ngx-sails@~2.1.0 socket.io-client@^2.0.0
```

Angular 13:

```
npm install @aloreljs/ngx-sails@~2.0.0 socket.io-client@^2.0.0
```
- `npm install socket.io-client@^2.0.0`
- `npm install @aloreljs/ngx-sails@CHECK_BELOW`:
- Angular 16: ^4.0.0
- 15: ^3.0.0
- 14: ^2.1.0
- 13: ^2.0.0

## Configuration

Expand Down

0 comments on commit 17ab36c

Please sign in to comment.