feat: some style and use nodesource for npm binary

This commit is contained in:
2024-10-15 16:38:18 +09:00
parent 5deb30a41b
commit 931ba0f1c1
4 changed files with 8768 additions and 14 deletions

View File

@ -8,8 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: |
apt-get update -y
apt-get install -y npm
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo bash -
apt-get install -y nodejs
- run: npm i -g n && n lts
- run: npm i
- run: wget https://dl.min.io/client/mc/release/linux-arm64/mc -O /tmp/mc