Skip to content

Commit a82c11e

Browse files
committed
ci(): fix test ci
1 parent de6cdff commit a82c11e

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/development.yml

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

2121
strategy:
2222
matrix:
23-
node-version: [14.x, 16.x]
23+
node-version: [16.x, 18.x]
2424
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2525

2626
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
tags: "v*"
66

77
env:
8-
NODE_VERSION: "14.x"
8+
NODE_VERSION: "18.x"
99

1010
jobs:
1111
build:

projects/ngx-uploader/tslint.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@
1515
]
1616
}
1717
}
18-

0 commit comments

Comments
 (0)