mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 01:10:14 +01:00
use node 18
This commit is contained in:
parent
fe6b1fc12a
commit
b7c911534c
1 changed files with 3 additions and 2 deletions
5
.github/workflows/playwright.yml
vendored
5
.github/workflows/playwright.yml
vendored
|
|
@ -5,14 +5,15 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main, master ]
|
branches: [ main, master ]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
tests_e2e:
|
||||||
|
name: Run end-to-end tests
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 18
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Install Playwright Browsers
|
- name: Install Playwright Browsers
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue