language: node_js node_js: - "node" - "lts/*" jobs: include: - name: yarn script: - yarn test - yarn docs - name: fossa before_script: - "curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/fc60c6631a5d372d5a45fea35e31665b338f260d/install.sh | sudo bash" script: - fossa init - fossa analyze --server-scan - fossa test - name: JSON Test Suite before_script: - "curl https://wasmtime.dev/install.sh -sSf | bash" script: - bash utils/run_testsuite.sh