Skip to content

Commit

Permalink
Update node version and github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bacher09 committed Nov 25, 2023
1 parent 0480503 commit 28e3a88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup node 14
- name: Setup node 18
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'
cache: npm
- name: Node checks
run: |
Expand All @@ -33,7 +33,7 @@ jobs:
TZ: Etc/UTC
run: |
sudo apt-get update -q -y
sudo apt-get install -q -y chromium-chromedriver firefoxdriver
sudo apt-get install -q -y chromium-chromedriver
- name: Run browser tests
run: npm run browser-test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
- name: Install boto3
run: pip install -r ./ci/requirements.txt

- name: Setup node 14
- name: Setup node 18
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'
cache: npm

- name: Build scripts and assets
Expand Down

0 comments on commit 28e3a88

Please sign in to comment.