Skip to content

Commit

Permalink
feat(build) update build toolchain to Node 14 / npm 7 (jitsi#10145)
Browse files Browse the repository at this point in the history
* feat(build) update build toolchain to Node 14 / npm 7

* squash: Updates ljm.

Co-authored-by: Дамян Минков <damencho@jitsi.org>
  • Loading branch information
saghul and damencho authored Oct 11, 2021
1 parent cdf00b5 commit c84e2e6
Show file tree
Hide file tree
Showing 3 changed files with 24,340 additions and 130 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '14.x'
- run: npm i -g npm@7
- run: npm install
- name: Check if the git repository is clean
run: exit $( git status --porcelain --untracked-files=no | head -255 | wc -l )
Expand Down
Loading

0 comments on commit c84e2e6

Please sign in to comment.