Skip to content

Commit cf7b701

Browse files
committed
ci: skip node 16 and 18 for integration tests until we remove legacy deps
1 parent 2418cfa commit cf7b701

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests-release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
needs: [unittest]
7474
strategy:
7575
matrix:
76-
node: [14, 16, 18] # TODO get running for node 16
76+
node: [14] # TODO get running for node 16 once we removed bluebird dependency
7777
steps:
7878
# checkout this repo
7979
- name: Checkout ${{ matrix.node }}
@@ -99,7 +99,6 @@ jobs:
9999
cd github/testing/express
100100
npm i
101101
npm install ../../../
102-
npm install bluebird
103102
npm run test
104103
105104
# todo repeat with other adapters

0 commit comments

Comments
 (0)