mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 18:15:42 +01:00
Upgrade node.js and format workflow file
This commit is contained in:
parent
fc64bf7165
commit
6955c4e37c
1 changed files with 7 additions and 8 deletions
15
.github/workflows/itest.yml
vendored
15
.github/workflows/itest.yml
vendored
|
|
@ -5,16 +5,15 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '^1.23.6'
|
||||
go-version: "^1.23.6"
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 24
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
@ -38,8 +37,8 @@ jobs:
|
|||
- name: Upload test results
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: checker-results
|
||||
path: |
|
||||
~/checker-results.html
|
||||
~/checker-results-no-clientcert.json
|
||||
if-no-files-found: error
|
||||
name: checker-results
|
||||
path: |
|
||||
~/checker-results.html
|
||||
~/checker-results-no-clientcert.json
|
||||
if-no-files-found: error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue