Modify GitHub action.
This commit is contained in:
parent
fe78555532
commit
eb076499f1
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -18,8 +18,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Setup node.js ${{ matrix.node-version }}
|
- 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
|
- run: npm install
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user