1
0
Fork 0
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:
koplas 2025-06-13 10:19:21 +02:00
parent fc64bf7165
commit 6955c4e37c

View file

@ -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