diff options
| author | Yoshiya Hinosawa <stibium121@gmail.com> | 2023-05-15 21:22:53 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-15 21:22:53 +0900 |
| commit | 0ccfccdcd271cb75f7453c70c6c3f4cadd7f3858 (patch) | |
| tree | c0a5ebdeff7cb1dc104b6e96bf9d11cd57aad714 /.gitmodules | |
| parent | 9845361153f35f6a68a82eb3a13845fddbeab026 (diff) | |
chore: check node_compat config diff in CI (#19119)
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 9e4f12afa..a81f84fc6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ path = test_util/wpt url = https://github.com/web-platform-tests/wpt.git +[submodule "tools/node_compat/node"] + path = tools/node_compat/node + url = https://github.com/denoland/node_test.git |
