Skip to content

Commit bc16497

Browse files
committed
Drop Node 14 and use Node 18 in publishing.
1 parent 38bae6d commit bc16497

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

common/config/azure-pipelines/ci-build.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ jobs:
44
- job: PRBuild
55
condition: succeeded()
66
strategy:
7-
maxParallel: 3
87
matrix:
9-
'NodeJs 14':
10-
NodeVersion: 14
118
'NodeJs 16':
129
NodeVersion: 16
1310
'NodeJs 18':

common/config/azure-pipelines/npm-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pool:
22
vmImage: 'ubuntu-latest'
33
variables:
4-
NodeVersion: 16
4+
NodeVersion: 18
55
FORCE_COLOR: 1
66
steps:
77
- checkout: self

common/config/azure-pipelines/npm-republish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pool:
22
vmImage: 'ubuntu-latest'
33
variables:
4-
NodeVersion: 16
4+
NodeVersion: 18
55
FORCE_COLOR: 1
66
steps:
77
- checkout: self

common/config/azure-pipelines/playground-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resources:
99
ref: refs/heads/gh-pages
1010
trigger: none
1111
variables:
12-
NodeVersion: 16
12+
NodeVersion: 18
1313
FORCE_COLOR: 1
1414
jobs:
1515
- job: build

0 commit comments

Comments
 (0)