mirror of
https://github.com/actions/setup-go.git
synced 2025-04-24 01:50:52 +00:00
Fix grep and remove npm packages audit
This commit is contained in:
parent
58d97aaa95
commit
7230ab7d7d
2 changed files with 1 additions and 5 deletions
2
.github/workflows/versions.yml
vendored
2
.github/workflows/versions.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
go-version: 1.14
|
||||
|
||||
- name: validate version
|
||||
run: go version | grep "go1.13."
|
||||
run: go version | grep "go1.14."
|
||||
|
||||
- name: setup-go 1.14.0
|
||||
uses: ./
|
||||
|
|
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
|
@ -32,7 +32,3 @@ jobs:
|
|||
|
||||
- name: npm test
|
||||
run: npm test
|
||||
|
||||
- name: audit packages
|
||||
run: npm audit --audit-level=moderate
|
||||
if: matrix.operating-system == 'ubuntu-latest'
|
Loading…
Add table
Reference in a new issue