We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e3689 commit e09831bCopy full SHA for e09831b
.github/workflows/ci.yml
@@ -34,6 +34,8 @@ jobs:
34
35
- name: Setup Node
36
uses: actions/setup-node@v4
37
+ with:
38
+ node-version: latest
39
40
- name: Build Assets
41
run: npm i && npm run build
.github/workflows/style-lint.yml
@@ -17,5 +17,7 @@ jobs:
17
18
19
20
21
22
- run: npm i
23
- run: npm test
0 commit comments