Skip to content

[Snyk] Upgrade @uswitch/spark.utils from 0.2.9 to 0.8.2 #2758

[Snyk] Upgrade @uswitch/spark.utils from 0.2.9 to 0.8.2

[Snyk] Upgrade @uswitch/spark.utils from 0.2.9 to 0.8.2 #2758

Workflow file for this run

name: Danger JS
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Move package.json out of the way so we install just stuff we need
run: mv package.json package.json-temp
- name: Npm install
run: npm install node-fetch
- name: Move package.json back into place
run: mv package.json-temp package.json
- name: Danger
run: npx danger ci
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}