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 2418cfa commit cf7b701Copy full SHA for cf7b701
.github/workflows/tests-release.yml
@@ -73,7 +73,7 @@ jobs:
73
needs: [unittest]
74
strategy:
75
matrix:
76
- node: [14, 16, 18] # TODO get running for node 16
+ node: [14] # TODO get running for node 16 once we removed bluebird dependency
77
steps:
78
# checkout this repo
79
- name: Checkout ${{ matrix.node }}
@@ -99,7 +99,6 @@ jobs:
99
cd github/testing/express
100
npm i
101
npm install ../../../
102
- npm install bluebird
103
npm run test
104
105
# todo repeat with other adapters
0 commit comments