use node 18

This commit is contained in:
Daniel D Orlando 2023-03-28 09:27:49 -07:00 committed by Daniel D Orlando
parent fe6b1fc12a
commit b7c911534c

View file

@ -5,14 +5,15 @@ on:
pull_request:
branches: [ main, master ]
jobs:
test:
tests_e2e:
name: Run end-to-end tests
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers