Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
adding node and yarn to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mmartin24 committed Jul 3, 2023
1 parent a81e847 commit e54c5a8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:

env:
SETUP_GO_VERSION: '1.18'
SETUP_NODE_VERSION: '16'

jobs:
release:
Expand All @@ -34,6 +35,14 @@ jobs:
with:
cache: false
go-version: ${{ env.SETUP_GO_VERSION }}
-
name: Set up Node
uses: actions/setup-node@v3
with:
node-version: ${{ env.SETUP_NODE_VERSION }}
-
name: Install yarn
run: npm install --global yarn
-
uses: anchore/sbom-action/download-syft@v0.13.1
-
Expand Down

0 comments on commit e54c5a8

Please sign in to comment.