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 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…