Skip to content

Commit f735f33

Browse files
authored
Update release.yml
1 parent 784beac commit f735f33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- uses: actions/setup-node@v1
1717
with:
18-
node-version: 15
18+
node-version: 18
1919
- run: npm install -g json
2020
- run: |
2121
if [[ $(npm view react-jsonschema-form-material-ui version) == $(json -f scripts/installer/frameworks/react/package.json version) ]]; then
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v2
3232
- uses: actions/setup-node@v1
3333
with:
34-
node-version: 15
34+
node-version: 18
3535
- run: CI_RUN=true npm install
3636
- run: npm run build
3737
- run: npx jest --env=jsdom --config=jest.config.js --coverage --ci --updateSnapshot --detectOpenHandles --forceExit
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/checkout@v2
4545
- uses: actions/setup-node@v1
4646
with:
47-
node-version: 15
47+
node-version: 18
4848
registry-url: https://registry.npmjs.org/
4949
- run: CI_RUN=true npm install
5050
- run: npm run build
@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/checkout@v2
6565
- uses: actions/setup-node@v1
6666
with:
67-
node-version: 15
67+
node-version: 18
6868
registry-url: https://npm.pkg.github.com/
6969
- run: CI_RUN=true npm install
7070
- run: npm run build

0 commit comments

Comments
 (0)