fix(ci): Publish v1.2.86 (#2235)

This commit is contained in:
강동윤 2021-09-11 18:36:06 +09:00 committed by GitHub
parent 9eafd0c6c4
commit f78a504806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,9 +59,6 @@ jobs:
name: bindings
path: swc.*.node
- name: Test bindings
run: npm test
- name: Test in lts docker
if: matrix.os == 'ubuntu-18.04'
run: docker run --rm -v $(pwd):/swc -w /swc node:lts-slim sh -c "yarn test"