Update node version and github actions

This commit is contained in:
Slava Bacherikov 2023-11-25 21:35:47 +02:00
parent d1a66e1234
commit 5d2caca8b4
2 changed files with 5 additions and 5 deletions

View file

@ -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: |
@ -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

View file

@ -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