Skip to content

Commit

Permalink
Fix deploy job on CircleCI (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
styu committed Feb 12, 2024
1 parent 00e970b commit b7968ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

deploy-npm:
docker:
- image: circleci/node:12
- image: cimg/node:18.12.0
steps:
- checkout
- attach_workspace:
Expand Down

0 comments on commit b7968ee

Please sign in to comment.