File tree 3 files changed +18
-17
lines changed
3 files changed +18
-17
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
16
16
needs : install
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v2
20
- - uses : actions/setup-node@v2
19
+ - uses : actions/checkout@v4
20
+ - uses : actions/setup-node@v4
21
21
with :
22
22
cache : ' yarn'
23
- node-version : 16.x
23
+ node-version : 20
24
24
- run : yarn install
25
25
- run : npm i -g npm@latest
26
26
- run : npm run build
@@ -30,11 +30,11 @@ jobs:
30
30
needs : install
31
31
runs-on : ubuntu-latest
32
32
steps :
33
- - uses : actions/checkout@v2
34
- - uses : actions/setup-node@v2
33
+ - uses : actions/checkout@v4
34
+ - uses : actions/setup-node@v4
35
35
with :
36
36
cache : ' yarn'
37
- node-version : 16.x
37
+ node-version : 20
38
38
- run : yarn install
39
39
- run : npm i -g npm@latest
40
40
- run : npm run eslint
@@ -43,23 +43,23 @@ jobs:
43
43
name : Install
44
44
runs-on : ubuntu-latest
45
45
steps :
46
- - uses : actions/checkout@v2
47
- - uses : actions/setup-node@v2
46
+ - uses : actions/checkout@v4
47
+ - uses : actions/setup-node@v4
48
48
with :
49
49
cache : ' yarn'
50
- node-version : 16.x
50
+ node-version : 20
51
51
- run : yarn install
52
52
53
53
prettier :
54
54
name : Prettier
55
55
needs : install
56
56
runs-on : ubuntu-latest
57
57
steps :
58
- - uses : actions/checkout@v2
59
- - uses : actions/setup-node@v2
58
+ - uses : actions/checkout@v4
59
+ - uses : actions/setup-node@v4
60
60
with :
61
61
cache : ' yarn'
62
- node-version : 16.x
62
+ node-version : 20
63
63
- run : yarn install
64
64
- run : npm i -g npm@latest
65
65
- run : npm run prettier
Original file line number Diff line number Diff line change 24
24
"lint-staged" : " ^12.1.2"
25
25
},
26
26
"engines" : {
27
- "node" : " >=16 " ,
27
+ "node" : " 20 " ,
28
28
"npm" : " >=8"
29
29
},
30
30
"lint-staged" : {
47
47
" packages/cannon-worker-api" ,
48
48
" packages/react-three-cannon" ,
49
49
" packages/react-three-cannon-examples"
50
- ]
50
+ ],
51
+ "dependencies" : {}
51
52
}
Original file line number Diff line number Diff line change @@ -2060,9 +2060,9 @@ camera-controls@^2.4.2:
2060
2060
integrity sha512-HONMoMYHieOCQOoweS639bdWHP/P/fvVGR08imnECGVUp04mqGfsX/zp1ZufLeiAA5hA6i1JhP6SrnOwh01C0w==
2061
2061
2062
2062
caniuse-lite@^1.0.30001400 :
2063
- version "1.0.30001429 "
2064
- resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001429 .tgz"
2065
- integrity sha512-511ThLu1hF+5RRRt0zYCf2U2yRr9GPF6m5y90SBCWsvSoYoW7yAGlv/elyPaNfvGCkp6kj/KFZWU0BMA69Prsg ==
2063
+ version "1.0.30001585 "
2064
+ resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001585 .tgz"
2065
+ integrity sha512-yr2BWR1yLXQ8fMpdS/4ZZXpseBgE7o4g41x3a6AJOqZuOi+iE/WdJYAuZ6Y95i4Ohd2Y+9MzIWRR+uGABH4s3Q ==
2066
2066
2067
2067
cannon-es-debugger@^1.0.0 :
2068
2068
version "1.0.0"
You can’t perform that action at this time.
0 commit comments