We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d137778 commit 0111fafCopy full SHA for 0111faf
.github/workflows/ci.yml
@@ -12,9 +12,6 @@ jobs:
12
basic_node_test:
13
name: 'Basic tests on ubuntu-latest with nodejs v22 (current LTS version)'
14
runs-on: ubuntu-latest
15
- defaults:
16
- run:
17
- working-directory: packages/less
18
steps:
19
- uses: actions/checkout@v2
20
- uses: actions/setup-node@v2
package.json
@@ -28,6 +28,7 @@
28
"devDependencies": {
29
"github-changes": "^1.1.2",
30
"lerna": "^3.22.1",
31
- "npm-run-all": "^4.1.5"
+ "npm-run-all": "^4.1.5",
32
+ "playwright": "^1.49.0"
33
}
34
0 commit comments