mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-25 23:12:19 +00:00
Avoid some npm issues (#154)
This commit is contained in:
parent
55a8e677c6
commit
3ed4f3331e
@ -1,6 +1,11 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
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:
|
stages:
|
||||||
- name: check-pr
|
- name: check-pr
|
||||||
if: type = pull_request
|
if: type = pull_request
|
||||||
|
Loading…
x
Reference in New Issue
Block a user