Skip to content

Commit a9bbcf6

Browse files
committed
chore(ci): bump node version
1 parent 844f35d commit a9bbcf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- checkout
1212
- node/install:
1313
install-yarn: true
14-
node-version: '16.13'
14+
node-version: '20'
1515
- run:
1616
name: install-deps
1717
command: yarn
@@ -40,7 +40,7 @@ jobs:
4040
at: ~/react-forms
4141
- node/install:
4242
install-yarn: true
43-
node-version: '16.13'
43+
node-version: '20'
4444
- run:
4545
name: Release new version
4646
command: |

0 commit comments

Comments
 (0)