Skip to content

Commit

Permalink
Updating CircleCi config to use docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverLinings89 committed May 10, 2022
1 parent f449a93 commit 2d44e63
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
version: 2.1
orbs:
node: circleci/node@4.7.0
jobs:
build:
executor:
name: node/default
docker:
- image: cimg/node:17.2.0
steps:
- checkout
- node/install-packages:
Expand Down

0 comments on commit 2d44e63

Please sign in to comment.