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