Skip to content

Commit

Permalink
chore: remove latest
Browse files Browse the repository at this point in the history
  • Loading branch information
BowlingX committed Jun 13, 2023
1 parent d44a479 commit 3f41cbe
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,6 @@ jobs:
key: v2-dependencies-{{ checksum "package.json" }}
- run: yarn test
- run: yarn run cov:send
'node-latest':
docker:
- image: cimg/node:current
working_directory: ~/geschichte
steps:
- checkout
- restore_cache:
keys:
- v2-dependencies-{{ checksum "package.json" }}
- v2-dependencies-
- run: yarn install
- save_cache:
paths:
- node_modules
key: v2-dependencies-{{ checksum "package.json" }}
- run: yarn test
- run: yarn run cov:send
publish:
docker:
- image: cimg/node:lts
Expand Down

0 comments on commit 3f41cbe

Please sign in to comment.