Skip to content

Commit 2d43c85

Browse files
ihermanmsporny
authored andcommitted
Update .github/workflows/lint-vocab.yml
1 parent a378eb3 commit 2d43c85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-vocab.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
steps:
1212
- name: Setup environment
1313
uses: actions/checkout/@v3
14-
- name: Setup Node 16
14+
- name: Setup Node 20
1515
uses: actions/setup-node@v3
1616
with:
17-
node-version: 16
17+
node-version: 20
1818
- name: Lint Security Vocabulary
1919
run: |
2020
npm install yml2vocab

0 commit comments

Comments
 (0)