mirror of
https://github.com/thegecko/web-bluetooth-dfu.git
synced 2026-05-03 13:35:45 +08:00
Drop node 4
This commit is contained in:
@@ -3,7 +3,7 @@ version: 2
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: circleci/node:4.8.0
|
||||
- image: circleci/node:6.15.0
|
||||
steps:
|
||||
- checkout
|
||||
- run: npm install
|
||||
@@ -15,7 +15,7 @@ jobs:
|
||||
|
||||
deploy:
|
||||
docker:
|
||||
- image: circleci/node:4.8.0
|
||||
- image: circleci/node:6.15.0
|
||||
steps:
|
||||
- attach_workspace:
|
||||
at: ../
|
||||
|
||||
Reference in New Issue
Block a user