Skip to content

Commit ca564fd

Browse files
committed
Update Github Action workflows to use node 24.
1 parent fece69e commit ca564fd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/lint-vocab.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)