Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
soedirgo committed Sep 18, 2023
1 parent 6f70726 commit f287791
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ on:
jobs:
publish:
# Must match glibc verison in node:18
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
repository: 'pyramation/libpg-query-node'
ref: 'v13'

- run: ldd --version && exit 1

- uses: actions/setup-node@v3
with:
node-version: '18'
Expand Down

0 comments on commit f287791

Please sign in to comment.