Skip to content

Commit

Permalink
upgrade to new CI image
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed May 19, 2021
1 parent b312ce5 commit a5abcd9
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
orbs:
node: circleci/node@4.2.1

version: 2.1

workflows:
app-tests:
jobs:
- node/test
jobs:
test:
docker:
- image: cimg/node:10.24
steps:
- checkout
- run: npm ci
- run: npm test

0 comments on commit a5abcd9

Please sign in to comment.