Skip to content

Commit

Permalink
Update node version in 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 b260471
Showing 1 changed file with 3 additions and 3 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

0 comments on commit b260471

Please sign in to comment.