Skip to content

Commit

Permalink
v21.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TerrorJack committed Apr 3, 2024
1 parent 4172317 commit 681ed13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: setup-podman
uses: TerrorJack/setup-podman@master

- name: build-image
run: |
pushd "$(mktemp -d)"
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eu

node_ver=v21.7.1
node_ver=v21.7.2

apk add \
clang \
Expand Down

0 comments on commit 681ed13

Please sign in to comment.