Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
build: release using Node 12 (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip committed Jul 13, 2023
1 parent f06116a commit e4e2410
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 @@ -41,10 +41,10 @@ jobs:

release:
docker:
- image: cimg/node:lts
- image: circleci/node:8
steps:
- checkout
- run: yarn
- run: yarn --ignore-engines
- run: yarn build
- run: yarn release

Expand Down

0 comments on commit e4e2410

Please sign in to comment.