Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

chore: upgrade to v17 #1757

Merged
merged 4 commits into from
Nov 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: '18.x'

- name: Install dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
Expand Down
6 changes: 3 additions & 3 deletions demo/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,18 +88,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "angular-datatables-demo:build"
"buildTarget": "angular-datatables-demo:build"
},
"configurations": {
"production": {
"browserTarget": "angular-datatables-demo:build:production"
"buildTarget": "angular-datatables-demo:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "angular-datatables-demo:build"
"buildTarget": "angular-datatables-demo:build"
}
},
"test": {
Expand Down
Loading