Skip to content

Commit

Permalink
Update build dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Sep 10, 2023
1 parent 922dce6 commit 3399eb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout/@v3
- name: Setup Node 16
- name: Setup Node 18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Generate VC vocabularies
run: |
npm install yml2vocab
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"ajv": "^8.11.0",
"assert": "^2.0.0",
"fs": "^0.0.1-security",
"mocha": "^10.1.0"
"mocha": "^10.1.0",
"yml2vocab": "^1.4.0"
},
"scripts": {
"test-schema": "mocha 'schema/**/*.js'"
Expand Down

0 comments on commit 3399eb8

Please sign in to comment.