mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +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:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '^1.23.6'
|
go-version: "^1.23.6"
|
||||||
|
|
||||||
- name: Set up Node.js
|
- name: Set up Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 24
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
@ -38,8 +37,8 @@ jobs:
|
||||||
- name: Upload test results
|
- name: Upload test results
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: checker-results
|
name: checker-results
|
||||||
path: |
|
path: |
|
||||||
~/checker-results.html
|
~/checker-results.html
|
||||||
~/checker-results-no-clientcert.json
|
~/checker-results-no-clientcert.json
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue