mirror of
https://github.com/dzeiocom/libs.git
synced 2025-06-21 15:09:19 +00:00
Upgrade Jest to 27 (#43)
* test Signed-off-by: Avior <github@avior.me> * Fixed Signed-off-by: Avior <github@avior.me> * Fix Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2
.github/workflows/node.js.yml
vendored
2
.github/workflows/node.js.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
run: npm -g install npm
|
||||
|
||||
- name: Install packages
|
||||
run: npm i --workspaces
|
||||
run: npm i && npm i --workspaces
|
||||
|
||||
- name: Build packages
|
||||
run: npm run build --workspaces --if-present
|
||||
|
Reference in New Issue
Block a user