mirror of
https://github.com/linkwarden/linkwarden.git
synced 2026-03-03 02:27:00 +00:00
fix attempt 2
This commit is contained in:
3
.github/workflows/playwright-tests.yml
vendored
3
.github/workflows/playwright-tests.yml
vendored
@@ -61,11 +61,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Use Node.js
|
||||
- name: Use Node.js and Enable Yarn 4
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "20"
|
||||
cache: 'yarn'
|
||||
|
||||
- name: Enable Yarn 4
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user