File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
2525 steps :
2626 - name : Checkout
2727 uses : actions/checkout/@v4
28- - name : Setup Node 16
28+ - name : Setup Node 24
2929 uses : actions/setup-node@v4
3030 with :
31- node-version : 16
31+ node-version : 24
3232 - name : Generate Security Vocabulary
3333 run : |
3434 npm install yml2vocab
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Setup environment
13- uses : actions/checkout/@v3
14- - name : Setup Node 16
15- uses : actions/setup-node@v3
13+ uses : actions/checkout/@v5
14+ - name : Setup Node 24
15+ uses : actions/setup-node@v5
1616 with :
17- node-version : 16
17+ node-version : 24
1818 - name : Lint Security Vocabulary
1919 run : |
2020 npm install yml2vocab
You can’t perform that action at this time.
0 commit comments