Update main.yml
This commit is contained in:
parent
e0036945ad
commit
d236bf94d8
|
|
@ -24,9 +24,9 @@ jobs:
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16.16.0
|
node-version: 16.16.0
|
||||||
- uses: actions/setup-ruby@v1
|
- uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: 2.6
|
ruby-version: '3.0'
|
||||||
- name: Update Lens
|
- name: Update Lens
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/lensapp/lens.git
|
git clone https://github.com/lensapp/lens.git
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue