mirror of
https://github.com/SomboChea/ui
synced 2024-11-24 06:54:27 +07:00
ci: use node-version (#197)
This commit is contained in:
parent
e0e7c07bce
commit
245247cbed
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
- name: Use Node.js ${{ matrix.node_version }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
version: ${{ matrix.node_version }}
|
||||
node-version: ${{ matrix.node_version }}
|
||||
- name: Install
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Build
|
||||
|
Loading…
Reference in New Issue
Block a user