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 62
62
name : build-npm-artifact-${{ matrix.os }}
63
63
path : |
64
64
${{ 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' }}
67
66
68
67
build-wasm :
69
68
needs : build-artifacts
@@ -119,7 +118,6 @@ jobs:
119
118
- name : Prepare artifacts 📦
120
119
run : |
121
120
find ./downloaded-artifacts/
122
- cp ./downloaded-artifacts/build-npm-artifact-windows-latest/pg_query.lib ./libpg_query/windows/queryparser.lib
123
121
cp ./downloaded-artifacts/build-npm-artifact-ubuntu-latest/libpg_query.a ./libpg_query/linux/libpg_query.a
124
122
cp ./downloaded-artifacts/build-npm-artifact-macos-latest/libpg_query.a ./libpg_query/osx/libpg_query.a
125
123
cp ./downloaded-artifacts/wasm-artifacts/libpg-query.js ./wasm/libpg-query.js
Original file line number Diff line number Diff line change 51
51
"url" : " git://github.com/launchql/libpg-query-node.git"
52
52
},
53
53
"devDependencies" : {
54
- "@pgsql/types" : " ^15.0.0" ,
55
54
"@yamlize/cli" : " ^0.8.0" ,
56
55
"chai" : " ^3.5.0" ,
57
56
"emnapi" : " ^0.43.1" ,
62
61
"dependencies" : {
63
62
"@emnapi/runtime" : " ^0.43.1" ,
64
63
"@mapbox/node-pre-gyp" : " ^1.0.8" ,
64
+ "@pgsql/types" : " ^15.0.0" ,
65
65
"node-addon-api" : " ^7.0.0" ,
66
66
"node-gyp" : " ^10.0.1"
67
67
},
You can’t perform that action at this time.
0 commit comments