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

Commit 1334ee6

Browse files
committed
chore: upgrade to v17
1 parent 106edea commit 1334ee6

File tree

7 files changed

+14285
-8656
lines changed

7 files changed

+14285
-8656
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node
2323
uses: actions/setup-node@v1
2424
with:
25-
node-version: '16.x'
25+
node-version: '18.x'
2626

2727
- name: Install dependencies
2828
run: npm install

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
- uses: actions/setup-node@v2
1414
with:
15-
node-version: '16.x'
15+
node-version: '18.x'
1616
registry-url: 'https://registry.npmjs.org'
1717

1818
- name: Install dependencies

demo/angular.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,18 +88,18 @@
8888
"serve": {
8989
"builder": "@angular-devkit/build-angular:dev-server",
9090
"options": {
91-
"browserTarget": "angular-datatables-demo:build"
91+
"buildTarget": "angular-datatables-demo:build"
9292
},
9393
"configurations": {
9494
"production": {
95-
"browserTarget": "angular-datatables-demo:build:production"
95+
"buildTarget": "angular-datatables-demo:build:production"
9696
}
9797
}
9898
},
9999
"extract-i18n": {
100100
"builder": "@angular-devkit/build-angular:extract-i18n",
101101
"options": {
102-
"browserTarget": "angular-datatables-demo:build"
102+
"buildTarget": "angular-datatables-demo:build"
103103
}
104104
},
105105
"test": {

0 commit comments

Comments
 (0)