Skip to content

Commit

Permalink
Merge pull request #5833 from fjordllc/chore/node18.12.1
Browse files Browse the repository at this point in the history
node 18.12.1にアップグレード
  • Loading branch information
komagata authored Nov 24, 2022
2 parents 51053fe + 2f5df2a commit ce6d972
Show file tree
Hide file tree
Showing 4 changed files with 2,342 additions and 2,690 deletions.
14 changes: 12 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@ version: 2.1

orbs:
ruby: circleci/[email protected]
node: circleci/[email protected].2
browser-tools: circleci/browser-tools@1.3.0
node: circleci/[email protected].3
browser-tools: circleci/browser-tools@1.4.0
jobs:
build:
docker:
- image: cimg/ruby:3.1.0-node
steps:
- checkout
- ruby/install-deps
- node/install:
install-yarn: true
node-version: '18.12.1'
- node/install-packages:
pkg-manager: yarn
check:
Expand All @@ -28,6 +31,9 @@ jobs:
- run:
name: Traceroute
command: FAIL_ON_ERROR=1 bundle exec rake traceroute
- node/install:
install-yarn: true
node-version: '18.12.1'
- node/install-packages:
pkg-manager: yarn
- run:
Expand All @@ -40,6 +46,7 @@ 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 @@ -58,6 +65,9 @@ jobs:
- browser-tools/install-chromedriver
- checkout
- ruby/install-deps
- node/install:
install-yarn: true
node-version: '18.12.1'
- 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 @@
16.13.0
18.12.1
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": "^16.13.0"
"node": "^18.12.1"
},
"license": "MIT"
}
Loading

0 comments on commit ce6d972

Please sign in to comment.