Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Last active June 27, 2021 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save indreklasn/99ae270c1b82dd0f83e8307ffb9a9c4a to your computer and use it in GitHub Desktop.
Save indreklasn/99ae270c1b82dd0f83e8307ffb9a9c4a to your computer and use it in GitHub Desktop.
React Project CircleCI Orb
orbs:
react: thefrontside/react@0.2.0
version: 2.1
workflows:
push:
jobs:
- react/install
- react/eslint:
requires:
- react/install
- react/test:
requires:
- react/install
- react/coverage:
requires:
- react/install
@dreamsparkx
Copy link

How can I change node version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment