We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71ee43 commit 03c6350Copy full SHA for 03c6350
.circleci/config.yml
@@ -5,7 +5,7 @@ jobs:
5
build:
6
working_directory: ~/react-forms
7
docker:
8
- - image: circleci/node:10
+ - image: circleci/node:14
9
steps:
10
- checkout
11
- run:
@@ -33,7 +33,7 @@ jobs:
33
release:
34
35
36
37
38
- attach_workspace:
39
at: ~/react-forms
@@ -45,7 +45,7 @@ jobs:
45
predeploy:
46
47
48
49
50
51
@@ -60,7 +60,7 @@ jobs:
60
deploy:
61
62
63
64
65
66
0 commit comments