Skip to content

Commit 6d27f5b

Browse files
committed
chore: update pnpm-lock.yaml and lint workflow
- Removed outdated eslint-plugin-playwright version and added the latest version 2.2.2. - Introduced tailwind-csstree version 0.1.4 to the lock file. - Updated the lint workflow to use Node.js version 20.x for improved compatibility.
1 parent 207d52e commit 6d27f5b

File tree

2 files changed

+28
-930
lines changed

2 files changed

+28
-930
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
id: "setup"
8484
uses: "anolilab/workflows/step/setup@main"
8585
with:
86+
node-version: "20.x"
8687
cache-prefix: "lint"
8788

8889
# Temporary solution until Nx solve this https://github.com/nrwl/nx/issues/22259
@@ -134,6 +135,7 @@ jobs:
134135
id: "setup"
135136
uses: "anolilab/workflows/step/setup@main"
136137
with:
138+
node-version: "20.x"
137139
cache-prefix: "lint"
138140

139141
# Temporary solution until Nx solve this https://github.com/nrwl/nx/issues/22259
@@ -185,6 +187,7 @@ jobs:
185187
id: "setup"
186188
uses: "anolilab/workflows/step/setup@main"
187189
with:
190+
node-version: "20.x"
188191
cache-prefix: "lint"
189192

190193
# Temporary solution until Nx solve this https://github.com/nrwl/nx/issues/22259

0 commit comments

Comments
 (0)