Skip to content

Commit 0bf4881

Browse files
authored
ci: use Node 18 in Circle CI (#2618)
1 parent ca817f3 commit 0bf4881

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ references:
2727
nodejs_versions:
2828
- &nodejs_current "14.19"
2929
- &nodejs_next "16.14"
30-
- &nodejs_experimental "17.7"
30+
- &nodejs_experimental "18.13"
3131

3232
nodejs_enum: &nodejs_enum
3333
type: enum
@@ -280,9 +280,6 @@ workflows:
280280
- build:
281281
name: build-nodejs-experimental
282282
nodejs: *nodejs_experimental
283-
## workaround `npm run build` issue triggered by webpack
284-
## on nodejs 17.
285-
node_options: --openssl-legacy-provider
286283
filters:
287284
tags:
288285
only: /.*/

0 commit comments

Comments
 (0)