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

Commit

Permalink
fix: node version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
delagroove committed Dec 13, 2021
1 parent bb77a30 commit abb427a
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 abb427a

Please sign in to comment.