6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -2,6 +2,8 @@ name: Continuous Integration
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
@@ -25,7 +27,7 @@ jobs:
|
||||
id: setup-node
|
||||
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
|
||||
with:
|
||||
node-version: 18
|
||||
node-version-file: .node-version
|
||||
cache: npm
|
||||
|
||||
- name: Install Dependencies
|
||||
@@ -67,4 +69,4 @@ jobs:
|
||||
predicate-type: 'https://spdx.dev/Document/v2.3'
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Dump output
|
||||
run: jq < ${{ steps.attest.outputs.bundle-path }}
|
||||
run: jq < ${{ steps.attest.outputs.bundle-path }}
|
||||
|
||||
Reference in New Issue
Block a user