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