Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Dec 25, 2024
1 parent 35301b5 commit 8796f03
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build-resources-with-pandoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ apk update
## chromium のインストール
apk add --update chromium

## nodejs のインストール
apk add nodejs npm

## nodejs(v18) のインストール
apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/v3.17/main nodejs~=18 npm --allow-untrusted
# apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/v3.17/main nodejs~=18 npm --allow-untrusted

# バージョンチェック
node -v
Expand Down

0 comments on commit 8796f03

Please sign in to comment.