File tree Expand file tree Collapse file tree 4 files changed +11
-9
lines changed
Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 3939 needs : [lint, e2etest]
4040 steps :
4141 - name : Checkout
42- uses : actions/checkout@v3
42+ uses : actions/checkout@v4
4343
4444 - name : Update version number
4545 run : |
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 project : [chromium, firefox, webkit]
1212 fail-fast : false
1313 steps :
14- - uses : actions/checkout@v3
15- - uses : actions/setup-node@v3
14+ - uses : actions/checkout@v4
15+ - uses : actions/setup-node@v4
1616 with :
17- node-version : 18 .x
17+ node-version : 20 .x
1818 - name : Install dependencies
1919 run : npm ci
2020 - name : Install Playwright
2626 continue-on-error : ${{ matrix.project == 'webkit' }}
2727 - name : Upload test results
2828 if : always()
29- uses : actions/upload-artifact@v3
29+ uses : actions/upload-artifact@v4
3030 with :
3131 name : test-results-${{ matrix.project }}
3232 path : test-results
Original file line number Diff line number Diff line change 77 nodejs :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v3
11- - uses : actions/setup-node@v3
10+ - uses : actions/checkout@v4
11+ - uses : actions/setup-node@v4
1212 with :
13- node-version : 18 .x
13+ node-version : 20 .x
1414 - name : Install dependencies
1515 run : npm ci
1616 - name : Run ESLint
Original file line number Diff line number Diff line change 3636 " https://eln.chemie.tu-berlin.de" ,
3737 " https://eln.lifesciences.fhnw.ch" ,
3838 " https://quipnex.com/" ,
39- " https://eln.rovislab.org"
39+ " https://eln.rovislab.org" ,
40+ " https://test1.eln.chemotion.scc.kit.edu" ,
41+ " https://test.chemdev.scc.kit.edu"
4042]
You can’t perform that action at this time.
0 commit comments