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 a69cf87 commit 4deda88Copy full SHA for 4deda88
.github/workflows/cd.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- uses: actions/setup-node@v4
26
with:
27
- node-version: latest
+ node-version: lts/*
28
29
- run: npm install
30
- run: npx semantic-release
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Setup Node
37
uses: actions/setup-node@v4
38
39
40
41
- name: Build Assets
42
run: npm i && npm run build
.github/workflows/style-lint.yml
@@ -18,6 +18,6 @@ jobs:
18
19
20
21
22
- run: npm i
23
- run: npm test
0 commit comments