File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
language: node_js
2
2
node_js:
3
- - "18.8.0 "
3
+ - "14.16 "
4
4
5
5
jobs:
6
6
include:
7
7
- stage: NPM RC Release
8
8
if: tag == *-RC*
9
- node_js: "18.8.0 "
9
+ node_js: "14.16 "
10
10
script: echo "Deploying RC to NPM..."
11
11
deploy:
12
12
provider: npm
15
15
tag: next
16
16
- stage: NPM Release
17
17
if: tag != *-RC*
18
- node_js: "18.8.0 "
18
+ node_js: "14.16 "
19
19
script: echo "Deploying to NPM..."
20
20
deploy:
21
21
provider: npm
Original file line number Diff line number Diff line change 1
1
language: node_js
2
2
node_js:
3
- - "18.8.0 "
3
+ - "14.16 "
4
4
5
5
jobs:
6
6
include:
7
7
- stage: NPM RC Release
8
8
if: tag == *-RC*
9
- node_js: "18.8.0 "
9
+ node_js: "14.16 "
10
10
script:
11
11
- npm install
12
12
- npm run build
18
18
tag: next
19
19
- stage: NPM Release
20
20
if: tag != *-RC*
21
- node_js: "18.8.0 "
21
+ node_js: "14.16 "
22
22
script:
23
23
- npm install
24
24
- npm run build
You can’t perform that action at this time.
0 commit comments