mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-25 07:02:13 +00:00
Avoid some npm issues (#154)
This commit is contained in:
parent
55a8e677c6
commit
3ed4f3331e
@ -1,6 +1,11 @@
|
||||
language: node_js
|
||||
notifications:
|
||||
email: false
|
||||
before_install: npm i -g npm@latest --no-audit
|
||||
install: npm config set progress=false && npm i --no-audit
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
stages:
|
||||
- name: check-pr
|
||||
if: type = pull_request
|
||||
|
Loading…
x
Reference in New Issue
Block a user