We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d679790 + 6a0f61e commit be95053Copy full SHA for be95053
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
timeout-minutes: 10
51
strategy:
52
matrix:
53
- node: ['12', '14', '16']
+ node: ['14', '16', '18']
54
steps:
55
- name: Set running flag
56
run: echo "RUNNING=1" >> $GITHUB_ENV
@@ -62,6 +62,7 @@ jobs:
62
FILES: |
63
yarn.lock
64
jest.config.js
65
+ vite.config.ts
66
if: "! contains(env.COMMIT_MESSAGE, '[skip ci]') && ! contains(env.COMMIT_MESSAGE, '[ci skip]')"
67
68
run: echo "RUNNING=" >> $GITHUB_ENV
@@ -206,7 +207,7 @@ jobs:
206
207
timeout-minutes: 3
208
if: always()
209
- - uses: technote-space/workflow-conclusion-action@v2
210
+ - uses: technote-space/workflow-conclusion-action@v3
211
- uses: 8398a7/action-slack@v3
212
with:
213
status: failure
0 commit comments