This commit is contained in:
parent
e19b71652d
commit
804d074c0b
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install Node
|
- name: Install Node
|
||||||
run: apt-get install nodejs
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install nodejs
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Ruby
|
- name: Set up Ruby
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
|
|
Loading…
Reference in a new issue