Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
135 views
in Technique[技术] by (71.8m points)

reactjs - What is wrong with config.yml file?

I'm learning how to work with react and circleci.

Here is my testing config.yml file which is a demo from circieci

orbs:
  node: circleci/[email protected]

version: 2.1

workflows:
  app-tests:
    jobs:
      - node/test

When I commit my code to github and circleci will have an build error as showing below:

Invalid orb reference: 'circleci/node4.0.0'. 

What have I missed?

Please give me some hints which could probably save me couple of hours. I'm new to CircleCI. : (

question from:https://stackoverflow.com/questions/66063861/what-is-wrong-with-config-yml-file

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...