Skip to content

Commit b4aad6a

Browse files
authored
chore: workaround test-ui ci failure (vitest-dev#1942)
1 parent 9ab130e commit b4aad6a

File tree

4 files changed

+2892
-4724
lines changed

4 files changed

+2892
-4724
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: Set node
108108
uses: actions/setup-node@v3
109109
with:
110-
node-version: 16.x
110+
node-version: 16.16
111111

112112
- name: Install
113113
run: pnpm i

examples/lit/src/my-button.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable @typescript-eslint/no-unused-vars */
21
import { LitElement, css, html } from 'lit'
32
import { customElement, property } from 'lit/decorators.js'
43

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"rollup-plugin-esbuild": "^4.10.1",
6767
"rollup-plugin-license": "^2.8.1",
6868
"simple-git-hooks": "^2.8.0",
69+
"ts-node": "^10.9.1",
6970
"tsup": "^6.2.3",
7071
"typescript": "^4.8.2",
7172
"vite": "^3.0.9",
@@ -77,7 +78,8 @@
7778
"esbuild": "^0.14.47",
7879
"vite": "^3.0.9",
7980
"vitest": "workspace:*",
80-
"rollup": "~2.77.3"
81+
"rollup": "~2.77.3",
82+
"ts-node": "^10.9.1"
8183
}
8284
},
8385
"simple-git-hooks": {

0 commit comments

Comments
 (0)