Skip to content

Commit f287791

Browse files
committed
test
1 parent 6f70726 commit f287791

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-deps.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ on:
66
jobs:
77
publish:
88
# Must match glibc verison in node:18
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-20.04
1010
steps:
1111
- uses: actions/checkout@v3
1212
with:
1313
repository: 'pyramation/libpg-query-node'
1414
ref: 'v13'
1515

16+
- run: ldd --version && exit 1
17+
1618
- uses: actions/setup-node@v3
1719
with:
1820
node-version: '18'

0 commit comments

Comments
 (0)