Compare commits
1 commit
78d97489c1
...
6984b82d28
Author | SHA1 | Date | |
---|---|---|---|
6984b82d28 |
1 changed files with 3 additions and 9 deletions
|
@ -187,15 +187,9 @@ jobs:
|
|||
run: |
|
||||
cd frontend
|
||||
bun install
|
||||
- name: Install node 20
|
||||
run: |
|
||||
apt-get purge nodejs -y
|
||||
apt-get update -y
|
||||
apt-get install -y --no-install-recommends curl ca-certificates gnupg
|
||||
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||
apt-get install -y --no-install-recommends nodejs
|
||||
apt-get clean
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
- run: bunx playwright install --with-deps
|
||||
working-directory: ./frontend
|
||||
- name: Run Playwright tests
|
||||
|
|
Reference in a new issue