File tree Expand file tree Collapse file tree 4 files changed +1154
-1537
lines changed
Expand file tree Collapse file tree 4 files changed +1154
-1537
lines changed Original file line number Diff line number Diff line change 55 lint :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v2
9- - uses : actions/cache@v2
8+ - uses : actions/checkout@v3
9+ - uses : actions/cache@v3
1010 with :
1111 path : ' **/node_modules'
1212 key : ${{ runner.os }}-lint-modules-${{ hashFiles('**/yarn.lock') }}
13- - uses : actions/setup-node@v2
13+ - uses : actions/setup-node@v3
1414 with :
15- node-version : 14 .x
15+ node-version : 18 .x
1616 - run : yarn install
1717 - run : yarn run lint
1818
@@ -25,16 +25,17 @@ jobs:
2525 - 12.x
2626 - 14.x
2727 - 16.x
28+ - 18.x
2829 steps :
2930 - name : Use Node.js ${{ matrix.node-version }}
30- uses : actions/setup-node@v2
31+ uses : actions/setup-node@v3
3132 with :
3233 node-version : ${{ matrix.node-version }}
3334 - name : Ensure line endings are consistent
3435 run : git config --global core.autocrlf input
3536 - name : Check out repository
36- uses : actions/checkout@v2
37- - uses : actions/cache@v2
37+ uses : actions/checkout@v3
38+ - uses : actions/cache@v3
3839 with :
3940 path : ' **/node_modules'
4041 key : ${{ runner.os }}-test-modules-${{ hashFiles('**/yarn.lock') }}
Original file line number Diff line number Diff line change 3636 "jsonld-context-parse" : " bin/jsonld-context-parse.js"
3737 },
3838 "devDependencies" : {
39- "@types/jest" : " ^27 .0.0" ,
39+ "@types/jest" : " ^28 .0.0" ,
4040 "coveralls" : " ^3.0.0" ,
41- "jest" : " ^27 .0.1" ,
41+ "jest" : " ^28 .0.1" ,
4242 "manual-git-changelog" : " ^1.0.0" ,
4343 "pre-commit" : " ^1.2.2" ,
44- "ts-jest" : " ^27 .0.1" ,
44+ "ts-jest" : " ^28 .0.1" ,
4545 "tslint" : " ^6.0.0" ,
4646 "tslint-eslint-rules" : " ^5.3.1" ,
4747 "typescript" : " ^4.0.0"
4848 },
4949 "jest" : {
5050 "globals" : {
5151 "ts-jest" : {
52- "tsConfig " : " test/tsconfig.json"
52+ "tsconfig " : " test/tsconfig.json"
5353 }
5454 },
5555 "setupFiles" : [
7878 },
7979 "dependencies" : {
8080 "@types/http-link-header" : " ^1.0.1" ,
81- "@types/node" : " ^14 .0.0" ,
81+ "@types/node" : " ^18 .0.0" ,
8282 "canonicalize" : " ^1.0.1" ,
83- "http-link-header" : " ^1.0.2" ,
8483 "cross-fetch" : " ^3.0.6" ,
84+ "http-link-header" : " ^1.0.2" ,
8585 "relative-to-absolute-iri" : " ^1.0.5"
8686 }
8787}
Original file line number Diff line number Diff line change 11import {
22 ContextParser ,
3- defaultExpandOptions ,
43 ERROR_CODES ,
54 ErrorCoded ,
65 FetchDocumentLoader ,
You can’t perform that action at this time.
0 commit comments