mirror of
https://github.com/dzeiocom/libs.git
synced 2025-06-21 15:09:19 +00:00
Move to NPM (#32)
* Update workflow Signed-off-by: Avior <github@avior.me> * Fixed parcel version Signed-off-by: Avior <github@avior.me> * Some more fixes Signed-off-by: Avior <github@avior.me> * Removed console.memory Signed-off-by: Avior <github@avior.me> * Update Signed-off-by: Avior <github@avior.me> * fuck windows Signed-off-by: Avior <github@avior.me> * bump config for better node 12 support Signed-off-by: Avior <github@avior.me>
This commit is contained in:
17
.github/workflows/node.js.yml
vendored
17
.github/workflows/node.js.yml
vendored
@ -20,13 +20,24 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: yarn
|
||||
- run: yarn workspaces run build
|
||||
- run: yarn workspaces run test
|
||||
|
||||
- name: Upgrade NPM
|
||||
run: npm -g install npm
|
||||
|
||||
- name: Install packages
|
||||
run: npm i --workspaces
|
||||
|
||||
- name: Build packages
|
||||
run: npm run build --workspaces --if-present
|
||||
|
||||
- name: Test packages
|
||||
run: npm run test --workspaces --if-present
|
||||
|
||||
# You may pin to the exact commit or the version.
|
||||
# uses: codecov/codecov-action@6004246f47ab62d32be025ce173b241cd84ac58e
|
||||
- uses: codecov/codecov-action@v1.0.13
|
||||
|
Reference in New Issue
Block a user