mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
Update name and npn install args
This commit is contained in:
parent
61c96acc7a
commit
64cca3b874
4
.github/workflows/node.js.yml
vendored
4
.github/workflows/node.js.yml
vendored
@ -20,9 +20,9 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Run unit tests
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- run: npm install --dev
|
- run: npm install --also=dev
|
||||||
- run: npm test
|
- run: npm test
|
||||||
|
Loading…
Reference in New Issue
Block a user