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 8d94d03 commit 4400a78Copy full SHA for 4400a78
.circleci/config.yml
@@ -5,7 +5,7 @@ jobs:
5
build:
6
working_directory: ~/react-forms
7
docker:
8
- - image: circleci/node:14
+ - image: circleci/node:16
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