mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 11:36:24 +01:00
try fix action
This commit is contained in:
parent
7ea38a3f4c
commit
3649bf1f04
3
.github/workflows/unittests.js.yml
vendored
3
.github/workflows/unittests.js.yml
vendored
@ -19,8 +19,9 @@ jobs:
|
||||
node-version: [14.x]
|
||||
|
||||
steps:
|
||||
- name: Install tools
|
||||
- name: Checkout project source
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install tools
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
Loading…
Reference in New Issue
Block a user