Skip to content

Commit

Permalink
fix circle ci config, update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uyu423 committed Nov 2, 2023
1 parent bbc4cc7 commit da86ffe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
executor:
name: node/default
tag: '16'
tag: '16.20.2'
steps:
- checkout
- run:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.14.2
16.20.2
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

- Node.js < 18
- 현재 Node.js 18 이상 버전에서 `npm run dev` 실행 시 `ERR_OSSL_EVP_UNSUPPORTED` 이슈가 있습니다.
- `.nvmrc` 에 기재된 Node.js 버전 사용을 권고합니다.

## Install

Expand Down

0 comments on commit da86ffe

Please sign in to comment.