We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6356fa9 commit 32d7e5aCopy full SHA for 32d7e5a
.circleci/config.yml
@@ -27,7 +27,7 @@ references:
27
nodejs_versions:
28
- &nodejs_current "14.19"
29
- &nodejs_next "16.14"
30
- - &nodejs_experimental "17.7"
+ - &nodejs_experimental "18.13"
31
32
nodejs_enum: &nodejs_enum
33
type: enum
@@ -280,9 +280,6 @@ workflows:
280
- build:
281
name: build-nodejs-experimental
282
nodejs: *nodejs_experimental
283
- ## workaround `npm run build` issue triggered by webpack
284
- ## on nodejs 17.
285
- node_options: --openssl-legacy-provider
286
filters:
287
tags:
288
only: /.*/
0 commit comments