Skip to content

Commit 377aa2b

Browse files
committed
Try running Node.js v18.x in CI
1 parent 2929e38 commit 377aa2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
matrix:
1212
node:
1313
- version: 16.x
14-
# - version: 18.x
15-
# env: NODE_OPTIONS=--openssl-legacy-provider
14+
- version: 18.x
15+
env: NODE_OPTIONS=--openssl-legacy-provider
1616
- version: 20.x
1717
env: NODE_OPTIONS=--openssl-legacy-provider
1818
- version: 22.x

0 commit comments

Comments
 (0)