Skip to content

Commit b611034

Browse files
committed
ci: 🎡 bump Node.js version and disable nightly builds
1 parent 45a9077 commit b611034

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

‎.circleci/config.yml‎

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
refs:
44
container: &container
55
docker:
6-
- image: node:10.24
6+
- image: node:14
77
working_directory: ~/repo
88
steps:
99
- &Versions
@@ -52,19 +52,19 @@ jobs:
5252
command: yarn release
5353
- *Post_to_dev_null
5454

55-
nightly:
56-
<<: *container
57-
steps:
58-
- checkout
59-
- *Versions
60-
- *Install
61-
- *Build
62-
# - *Test
63-
- *Post_to_dev_null
64-
- run:
65-
name: Post to Slack on FAILURE
66-
command: npx ci slack --channel="dev" --text="** nightly build failed :scream:" --icon_emoji=tired_face
67-
when: on_fail
55+
# nightly:
56+
# <<: *container
57+
# steps:
58+
# - checkout
59+
# - *Versions
60+
# - *Install
61+
# - *Build
62+
# # - *Test
63+
# - *Post_to_dev_null
64+
# - run:
65+
# name: Post to Slack on FAILURE
66+
# command: npx ci slack --channel="dev" --text="** nightly build failed :scream:" --icon_emoji=tired_face
67+
# when: on_fail
6868

6969
workflows:
7070
version: 2
@@ -84,13 +84,13 @@ workflows:
8484
filters:
8585
branches:
8686
only: master
87-
nightly:
88-
triggers:
89-
- schedule:
90-
cron: '0 1 * * *'
91-
filters:
92-
branches:
93-
only: master
94-
jobs:
95-
- nightly:
96-
context: common-env-vars
87+
# nightly:
88+
# triggers:
89+
# - schedule:
90+
# cron: '0 1 * * *'
91+
# filters:
92+
# branches:
93+
# only: master
94+
# jobs:
95+
# - nightly:
96+
# context: common-env-vars

0 commit comments

Comments
 (0)