File tree 4 files changed +2984
-1830
lines changed 4 files changed +2984
-1830
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,19 @@ jobs:
12
12
key : ${{ runner.os }}-lint-modules-${{ hashFiles('**/yarn.lock') }}
13
13
- uses : actions/setup-node@v2
14
14
with :
15
- node-version : 16 .x
15
+ node-version : 18 .x
16
16
- run : yarn install --ignore-scripts
17
17
- run : yarn run lint
18
18
19
19
build :
20
20
runs-on : ${{ matrix.os }}
21
21
strategy :
22
22
matrix :
23
- os : [ubuntu-latest, windows-latest]
23
+ os : [ubuntu-latest, macos-latest, windows-latest]
24
24
node-version :
25
- - 14.x
26
- - 16.x
25
+ - 18.x
26
+ - 20.x
27
+ - 22.x
27
28
steps :
28
29
- name : Use Node.js ${{ matrix.node-version }}
29
30
uses : actions/setup-node@v2
52
53
key : ${{ runner.os }}-deploy-modules-${{ hashFiles('**/yarn.lock') }}
53
54
- uses : actions/setup-node@v2
54
55
with :
55
- node-version : 16 .x
56
+ node-version : 18 .x
56
57
- run : yarn install --ignore-scripts
57
58
- run : yarn run build
58
59
- run : rm .gitignore
Original file line number Diff line number Diff line change 1
1
{
2
2
"@context" : [
3
- " https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql/^3 .0.0/components/context.jsonld"
3
+ " https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql/^4 .0.0/components/context.jsonld"
4
4
],
5
5
"import" : [
6
6
" ccqs:config/config-default.json"
Original file line number Diff line number Diff line change 59
59
"dependencies" : {
60
60
"@babel/core" : " ^7.16.0" ,
61
61
"@babel/preset-env" : " ^7.16.4" ,
62
- "@comunica/config-query-sparql" : " ~3.3.0 " ,
63
- "@comunica/query-sparql" : " ~3.3.0 " ,
64
- "@comunica/runner" : " ^3.3.0 " ,
62
+ "@comunica/config-query-sparql" : " ~4.0.1 " ,
63
+ "@comunica/query-sparql" : " ~4.0.1 " ,
64
+ "@comunica/runner" : " ^4.0.1 " ,
65
65
"@rubensworks/solid-client-authn-browser" : " ^1.13.0" ,
66
66
"@turf/centroid" : " ^6.5.0" ,
67
67
"babel-loader" : " ^8.2.3" ,
You can’t perform that action at this time.
0 commit comments