File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@v2
16
16
- uses : actions/setup-node@v1
17
17
with :
18
- node-version : 15
18
+ node-version : 18
19
19
- run : npm install -g json
20
20
- run : |
21
21
if [[ $(npm view react-jsonschema-form-material-ui version) == $(json -f scripts/installer/frameworks/react/package.json version) ]]; then
31
31
- uses : actions/checkout@v2
32
32
- uses : actions/setup-node@v1
33
33
with :
34
- node-version : 15
34
+ node-version : 18
35
35
- run : CI_RUN=true npm install
36
36
- run : npm run build
37
37
- run : npx jest --env=jsdom --config=jest.config.js --coverage --ci --updateSnapshot --detectOpenHandles --forceExit
44
44
- uses : actions/checkout@v2
45
45
- uses : actions/setup-node@v1
46
46
with :
47
- node-version : 15
47
+ node-version : 18
48
48
registry-url : https://registry.npmjs.org/
49
49
- run : CI_RUN=true npm install
50
50
- run : npm run build
64
64
- uses : actions/checkout@v2
65
65
- uses : actions/setup-node@v1
66
66
with :
67
- node-version : 15
67
+ node-version : 18
68
68
registry-url : https://npm.pkg.github.com/
69
69
- run : CI_RUN=true npm install
70
70
- run : npm run build
You can’t perform that action at this time.
0 commit comments