Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
soedirgo committed Sep 17, 2023
1 parent 3514106 commit 9b9be43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
publish:
# Must match glibc verison in node:16-bullseye
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -19,6 +19,7 @@ jobs:

- run: npm i
- run: npm run binary:build
- run: ldd && exit 1

- uses: aws-actions/configure-aws-credentials@v2
with:
Expand Down

0 comments on commit 9b9be43

Please sign in to comment.