File tree 2 files changed +9
-10
lines changed
2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -24,24 +24,23 @@ jobs:
24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout/@v3
28
- - name : Setup Node 18
29
- uses : actions/setup-node@v3
27
+ uses : actions/checkout/@v4
28
+ - name : Setup Node.js
29
+ uses : actions/setup-node@v4
30
30
with :
31
- node-version : 18
31
+ node-version : 22
32
32
- name : Generate VC vocabularies
33
33
run : |
34
- npm install yml2vocab
35
- npm update yml2vocab
34
+ npm install
36
35
./node_modules/.bin/yml2vocab -v vocab/credentials/v2/vocabulary.yml -t vocab/credentials/v2/template.html
37
36
rm -rf node_modules
38
37
- name : Setup Github Pages
39
- uses : actions/configure-pages@v2
38
+ uses : actions/configure-pages@v5
40
39
- name : Upload artifact
41
- uses : actions/upload-pages-artifact@v1
40
+ uses : actions/upload-pages-artifact@v3
42
41
with :
43
42
# Upload entire repository
44
43
path : ' .'
45
44
- name : Deploy to GitHub Pages
46
45
id : deployment
47
- uses : actions/deploy-pages@v1
46
+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 20
20
"assert" : " ^2.0.0" ,
21
21
"fs" : " ^0.0.1-security" ,
22
22
"mocha" : " ^10.4.0" ,
23
- "yml2vocab" : " ^1.4.0 "
23
+ "yml2vocab" : " ^1.4.9 "
24
24
},
25
25
"scripts" : {
26
26
"test-schema" : " mocha 'schema/**/*.js'"
You can’t perform that action at this time.
0 commit comments