Skip to content

Commit

Permalink
ci: use Node 18 in Circle CI (#2618)
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Jan 20, 2023
1 parent ca817f3 commit 0bf4881
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ references:
nodejs_versions:
- &nodejs_current "14.19"
- &nodejs_next "16.14"
- &nodejs_experimental "17.7"
- &nodejs_experimental "18.13"

nodejs_enum: &nodejs_enum
type: enum
Expand Down Expand Up @@ -280,9 +280,6 @@ workflows:
- build:
name: build-nodejs-experimental
nodejs: *nodejs_experimental
## workaround `npm run build` issue triggered by webpack
## on nodejs 17.
node_options: --openssl-legacy-provider
filters:
tags:
only: /.*/
Expand Down

0 comments on commit 0bf4881

Please sign in to comment.