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