mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 08:12:00 +02: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:
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue