Skip to content

Commit 681ed13

Browse files
committed
v21.7.2
1 parent 4172317 commit 681ed13

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313

14+
- name: setup-podman
15+
uses: TerrorJack/setup-podman@master
16+
1417
- name: build-image
1518
run: |
1619
pushd "$(mktemp -d)"

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -eu
44

5-
node_ver=v21.7.1
5+
node_ver=v21.7.2
66

77
apk add \
88
clang \

0 commit comments

Comments
 (0)