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.
2 parents db77baa + 44cfb6e commit 07b9087Copy full SHA for 07b9087
.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
@@ -261,7 +262,7 @@ jobs:
261
262
timeout-minutes: 3
263
if: always()
264
- - uses: technote-space/workflow-conclusion-action@v2
265
+ - uses: technote-space/workflow-conclusion-action@v3
266
- uses: 8398a7/action-slack@v3
267
with:
268
status: failure
0 commit comments