Skip to content

Commit 28e3a88

Browse files
committed
Update node version and github actions
1 parent 0480503 commit 28e3a88

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: |
@@ -33,7 +33,7 @@ jobs:
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

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)