first commit
This commit is contained in:
@@ -28,10 +28,11 @@ jobs:
|
||||
|
||||
|
||||
steps:
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 24
|
||||
cache: 'npm'
|
||||
- run: |
|
||||
apt-get update
|
||||
apt-get install -y curl
|
||||
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||
apt-get install -y nodejs
|
||||
- uses: actions/checkout@v4
|
||||
- run: |
|
||||
mkdir artifacts
|
||||
|
||||
Reference in New Issue
Block a user