This commit is contained in:
@@ -5,12 +5,9 @@ jobs:
|
|||||||
container-job:
|
container-job:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
container:
|
container:
|
||||||
image: ubuntu:22.04
|
image: tqcq/aw-centos:8
|
||||||
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