Skip to content

Commit

Permalink
Use Node v12 in CI and remove Snyk
Browse files Browse the repository at this point in the history
  • Loading branch information
jits committed Nov 9, 2020
1 parent f001119 commit ea70790
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test-and-build:
name: 'Test and build'

runs-on: ubuntu-18.04 # Contains node v12.x and Yarn v1.22.x
runs-on: ubuntu-18.04

defaults:
run:
Expand All @@ -20,10 +20,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
- uses: actions/setup-node@v2-beta
with:
node-version: '12'

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down

0 comments on commit ea70790

Please sign in to comment.