Skip to content

Commit b50c272

Browse files
Merge branch 'main' into release/next-v0.8.25
2 parents c0795e5 + d677a7e commit b50c272

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
timeout-minutes: 10
5151
strategy:
5252
matrix:
53-
node: ['12', '14', '16']
53+
node: ['14', '16', '17']
5454
steps:
5555
- name: Set running flag
5656
run: echo "RUNNING=1" >> $GITHUB_ENV
@@ -62,6 +62,7 @@ jobs:
6262
FILES: |
6363
yarn.lock
6464
jest.config.js
65+
vite.config.ts
6566
if: "! contains(env.COMMIT_MESSAGE, '[skip ci]') && ! contains(env.COMMIT_MESSAGE, '[ci skip]')"
6667
- name: Set running flag
6768
run: echo "RUNNING=" >> $GITHUB_ENV
@@ -206,7 +207,7 @@ jobs:
206207
timeout-minutes: 3
207208
if: always()
208209
steps:
209-
- uses: technote-space/workflow-conclusion-action@v2
210+
- uses: technote-space/workflow-conclusion-action@v3
210211
- uses: 8398a7/action-slack@v3
211212
with:
212213
status: failure

0 commit comments

Comments
 (0)