This commit is contained in:
@@ -8,6 +8,9 @@ jobs:
|
||||
image: ubuntu:22.04
|
||||
options: --cpus 1
|
||||
steps:
|
||||
- run: |
|
||||
apt-get update -y || true
|
||||
apt-get install -y nodejs || true
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
|
Reference in New Issue
Block a user