File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 runs-on : ubuntu-latest
1717 steps :
1818 - uses : actions/checkout@v2
19- - name : Setup node 14
19+ - name : Setup node 18
2020 uses : actions/setup-node@v2
2121 with :
22- node-version : ' 14 '
22+ node-version : ' 18 '
2323 cache : npm
2424 - name : Node checks
2525 run : |
3333 TZ : Etc/UTC
3434 run : |
3535 sudo apt-get update -q -y
36- sudo apt-get install -q -y chromium-chromedriver firefoxdriver
36+ sudo apt-get install -q -y chromium-chromedriver
3737
3838 - name : Run browser tests
3939 run : npm run browser-test
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ jobs:
3232 - name : Install boto3
3333 run : pip install -r ./ci/requirements.txt
3434
35- - name : Setup node 14
35+ - name : Setup node 18
3636 uses : actions/setup-node@v2
3737 with :
38- node-version : ' 14 '
38+ node-version : ' 18 '
3939 cache : npm
4040
4141 - name : Build scripts and assets
You can’t perform that action at this time.
0 commit comments