Compare commits
1 Commits
8d9280bf98
...
4122549250
| Author | SHA1 | Date | |
|---|---|---|---|
| 4122549250 |
@ -13,10 +13,10 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: git.query.consul/unkin/almalinux8:latest
|
image: git.query.consul/unkin/almalinux8:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install node
|
- name: Install nodejs:20
|
||||||
run: |
|
run: |
|
||||||
dnf module enable node:20
|
dnf module enable nodejs:20
|
||||||
dnf install -y node
|
dnf install -y nodejs
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user