File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 6262 name : build-npm-artifact-${{ matrix.os }}
6363 path : |
6464 ${{ matrix.os == 'macos-latest' && './libpg_query/osx/libpg_query.a' ||
65- matrix.os == 'ubuntu-latest' && './libpg_query/linux/libpg_query.a' ||
66- matrix.os == 'windows-latest' && './libpg_query/windows/pg_query.lib' }}
65+ matrix.os == 'ubuntu-latest' && './libpg_query/linux/libpg_query.a' }}
6766
6867 build-wasm :
6968 needs : build-artifacts
@@ -119,7 +118,6 @@ jobs:
119118 - name : Prepare artifacts 📦
120119 run : |
121120 find ./downloaded-artifacts/
122- cp ./downloaded-artifacts/build-npm-artifact-windows-latest/pg_query.lib ./libpg_query/windows/queryparser.lib
123121 cp ./downloaded-artifacts/build-npm-artifact-ubuntu-latest/libpg_query.a ./libpg_query/linux/libpg_query.a
124122 cp ./downloaded-artifacts/build-npm-artifact-macos-latest/libpg_query.a ./libpg_query/osx/libpg_query.a
125123 cp ./downloaded-artifacts/wasm-artifacts/libpg-query.js ./wasm/libpg-query.js
Original file line number Diff line number Diff line change 5151 "url" : " git://github.com/launchql/libpg-query-node.git"
5252 },
5353 "devDependencies" : {
54- "@pgsql/types" : " ^15.0.0" ,
5554 "@yamlize/cli" : " ^0.8.0" ,
5655 "chai" : " ^3.5.0" ,
5756 "emnapi" : " ^0.43.1" ,
6261 "dependencies" : {
6362 "@emnapi/runtime" : " ^0.43.1" ,
6463 "@mapbox/node-pre-gyp" : " ^1.0.8" ,
64+ "@pgsql/types" : " ^15.0.0" ,
6565 "node-addon-api" : " ^7.0.0" ,
6666 "node-gyp" : " ^10.0.1"
6767 },
You can’t perform that action at this time.
0 commit comments