Skip to content

Commit 6c63384

Browse files
committed
ci: target node 14 for alpine
1 parent 9779870 commit 6c63384

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,11 @@ jobs:
4444

4545
# Alpine
4646
- os: ubuntu-22.04
47-
docker: node:18-alpine
47+
docker: node:14-alpine
4848
docker_cmd:
49-
apk add --no-cache bash build-base curl git g++ make ninja-build
50-
pkgconfig unzip zip python3 tar cmake ninja musl-dev && cp
51-
/usr/lib/ninja-build/bin/ninja /usr/bin/ninja && npm i -g pnpm &&
52-
pnpm install && pnpm run build
49+
apk add --no-cache bash build-base curl git g++ make ninja
50+
pkgconfig unzip zip python3 tar cmake ninja musl-dev && npm i -g
51+
pnpm && pnpm install && pnpm run build
5352
node_arch: x64
5453
cpp_arch: x64
5554

0 commit comments

Comments
 (0)