Skip to content

Commit dac9f1a

Browse files
committed
Fix build.yml
1 parent c03349c commit dac9f1a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,6 +899,7 @@ jobs:
899899
- name: Run integration tests
900900
env:
901901
NODE_VERSION: ${{ matrix.node }}
902+
TS_VERSION: ${{ matrix.typescript }}
902903
run: |
903904
cd dev-packages/node-integration-tests
904905
yarn test
@@ -1056,7 +1057,8 @@ jobs:
10561057
'sveltekit-2',
10571058
'generic-ts3.8',
10581059
'node-experimental-fastify-app',
1059-
'node-hapi-app',
1060+
# TODO(v8): Re-enable hapi tests
1061+
# 'node-hapi-app',
10601062
'node-exports-test-app',
10611063
'vue-3'
10621064
]

0 commit comments

Comments
 (0)