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 844f35d commit a9bbcf6Copy full SHA for a9bbcf6
.circleci/config.yml
@@ -11,7 +11,7 @@ jobs:
11
- checkout
12
- node/install:
13
install-yarn: true
14
- node-version: '16.13'
+ node-version: '20'
15
- run:
16
name: install-deps
17
command: yarn
@@ -40,7 +40,7 @@ jobs:
40
at: ~/react-forms
41
42
43
44
45
name: Release new version
46
command: |
0 commit comments