Skip to content

Commit 297039e

Browse files
chore(deps): bump fsevents from 1.2.4 to 1.2.13 (#309)
1 parent c383a53 commit 297039e

File tree

4 files changed

+5126
-2579
lines changed

4 files changed

+5126
-2579
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/node:8
5+
- image: circleci/node:lts
66
steps:
77
- checkout
88
- restore_cache:
@@ -20,7 +20,7 @@ jobs:
2020
- run: 'npx status-back -s -c circleci/preview -r nodejsjp/nodejsjp.github.com "preview build success!" "https://${CIRCLE_BUILD_NUM}-856151-gh.circle-artifacts.com/0/preview/index.html"'
2121
deploy:
2222
docker:
23-
- image: circleci/node:8
23+
- image: circleci/node:lts
2424
steps:
2525
- checkout
2626
- restore_cache:

0 commit comments

Comments
 (0)