Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #26 from reactioncommerce/fix/nodeVersionCI
Browse files Browse the repository at this point in the history
fix: node version in CI
  • Loading branch information
delagroove authored Dec 13, 2021
2 parents bb77a30 + abb427a commit 9cfd74e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
jobs:
build:
docker:
- image: node:14.15.0
- image: node:14.18.1

dependencies:
pre:
Expand All @@ -28,7 +28,7 @@ jobs:

deploy:
docker:
- image: node:14.15.0
- image: node:14.18.1

steps:
- checkout
Expand Down

0 comments on commit 9cfd74e

Please sign in to comment.