We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de6cdff commit a82c11eCopy full SHA for a82c11e
3 files changed
.github/workflows/development.yml
@@ -20,7 +20,7 @@ jobs:
20
21
strategy:
22
matrix:
23
- node-version: [14.x, 16.x]
+ node-version: [16.x, 18.x]
24
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
25
26
steps:
.github/workflows/release.yml
@@ -5,7 +5,7 @@ on:
5
tags: "v*"
6
7
env:
8
- NODE_VERSION: "14.x"
+ NODE_VERSION: "18.x"
9
10
jobs:
11
build:
projects/ngx-uploader/tslint.json
@@ -15,4 +15,3 @@
15
]
16
}
17
18
-
0 commit comments