Skip to content

Commit a7347c2

Browse files
committed
Enabling ESM test for 18.0.0.
1 parent 339ec48 commit a7347c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: yarn test:952
6060
- name: ESM test
6161
# see https://github.com/RobinTail/express-zod-api/pull/1210#issuecomment-1751489201
62-
if: matrix.node-version != '18.0.0'
62+
# if: matrix.node-version != '18.0.0'
6363
run: yarn test:esm
6464
finish:
6565
needs: build

0 commit comments

Comments
 (0)