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 c03349c commit dac9f1aCopy full SHA for dac9f1a
.github/workflows/build.yml
@@ -899,6 +899,7 @@ jobs:
899
- name: Run integration tests
900
env:
901
NODE_VERSION: ${{ matrix.node }}
902
+ TS_VERSION: ${{ matrix.typescript }}
903
run: |
904
cd dev-packages/node-integration-tests
905
yarn test
@@ -1056,7 +1057,8 @@ jobs:
1056
1057
'sveltekit-2',
1058
'generic-ts3.8',
1059
'node-experimental-fastify-app',
- 'node-hapi-app',
1060
+ # TODO(v8): Re-enable hapi tests
1061
+ # 'node-hapi-app',
1062
'node-exports-test-app',
1063
'vue-3'
1064
]
0 commit comments