File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55
55
if [ "${{ matrix.package.name }}" = "v13" ]; then
56
56
# Download prebuilt WASM for v13 since it can't build in CI
57
57
mkdir -p wasm
58
- curl -o v13.tgz "https://registry.npmjs.org/@libpg-query/v13/-/v13-13.5.2 .tgz"
58
+ curl -o v13.tgz "https://registry.npmjs.org/@libpg-query/v13/-/v13-13.5.7 .tgz"
59
59
tar -xzf v13.tgz --strip-components=1 package/wasm
60
60
rm v13.tgz
61
61
else
Original file line number Diff line number Diff line change 49
49
" plpgsql" ,
50
50
" database"
51
51
]
52
- }
52
+ }
Original file line number Diff line number Diff line change 49
49
" plpgsql" ,
50
50
" database"
51
51
]
52
- }
52
+ }
Original file line number Diff line number Diff line change 49
49
" plpgsql" ,
50
50
" database"
51
51
]
52
- }
52
+ }
Original file line number Diff line number Diff line change 49
49
" plpgsql" ,
50
50
" database"
51
51
]
52
- }
52
+ }
Original file line number Diff line number Diff line change 49
49
" plpgsql" ,
50
50
" database"
51
51
]
52
- }
52
+ }
You can’t perform that action at this time.
0 commit comments