adding nodejs
This commit is contained in:
parent
01318e7579
commit
54a4025672
|
@ -7,6 +7,8 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: docker:latest
|
image: docker:latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Installing node
|
||||||
|
run: apk add nodejs
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Install Bun runtime
|
- name: Install Bun runtime
|
||||||
|
|
Loading…
Reference in New Issue