Skip to content

Commit

Permalink
node 16.13.0にダウングレード
Browse files Browse the repository at this point in the history
全員が環境変数に下記を追加しないといけないやり方だったので。

```
NODE_OPTIONS=--openssl-legacy-provider
```
  • Loading branch information
komagata committed Nov 25, 2022
1 parent ce6d972 commit 02d7c61
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- ruby/install-deps
- node/install:
install-yarn: true
node-version: '18.12.1'
node-version: '16.13.0'
- node/install-packages:
pkg-manager: yarn
check:
Expand All @@ -33,7 +33,7 @@ jobs:
command: FAIL_ON_ERROR=1 bundle exec rake traceroute
- node/install:
install-yarn: true
node-version: '18.12.1'
node-version: '16.13.0'
- node/install-packages:
pkg-manager: yarn
- run:
Expand All @@ -46,7 +46,6 @@ jobs:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: ci_test
NODE_OPTIONS: '--openssl-legacy-provider'
- image: cimg/postgres:14.4
resource_class: large
environment:
Expand All @@ -67,7 +66,7 @@ jobs:
- ruby/install-deps
- node/install:
install-yarn: true
node-version: '18.12.1'
node-version: '16.13.0'
- node/install-packages:
pkg-manager: yarn
- run:
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.12.1
16.13.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"webpack-dev-server": "^4"
},
"engines": {
"node": "^18.12.1"
"node": "^16.13.0"
},
"license": "MIT"
}

0 comments on commit 02d7c61

Please sign in to comment.