Skip to content

Commit 6e7111b

Browse files
build: try to bump mongodb-ace-autocompleter version (#380)
* build: try to bump mongodb-ace-autocompleter version * build: try mongodb-ace-autocompleter 0.9.0 * build: try mongodb-ace-autocompleter 0.8.0 * build: try node ^14.17.3 * build: unset global node gyp on windows * build: try without patch * build: try npm 7.19.1 * build: delete node-gyp before installing
1 parent 6766d9c commit 6e7111b

File tree

3 files changed

+31
-9
lines changed

3 files changed

+31
-9
lines changed

.github/workflows/test-and-build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/[email protected]
4141
with:
4242
# Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0
43-
node-version: 14.17.3
43+
node-version: ^14.17.3
4444

4545
- name: Install npm@7
4646
run: npm install -g npm@7
@@ -49,6 +49,8 @@ jobs:
4949
if: ${{ runner.os == 'Windows' }}
5050
shell: powershell
5151
run: |
52+
npm config delete node_gyp
53+
npm uninstall --global node-gyp
5254
npm install --global node-gyp
5355
npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gyp.js"}
5456

package-lock.json

Lines changed: 27 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@
990990
"mocha": "^8.4.0",
991991
"mocha-junit-reporter": "^2.0.2",
992992
"mocha-multi": "^1.1.5",
993-
"mongodb-ace-autocompleter": "^0.8.0",
993+
"mongodb-ace-autocompleter": "^0.10.0",
994994
"mongodb-build-info": "^1.2.0",
995995
"mongodb-runner": "^4.8.3",
996996
"node-loader": "^0.6.0",

0 commit comments

Comments
 (0)