Skip to content

Commit 07b9087

Browse files
Merge pull request #252 from technote-space/chore/chore-sync-workflows
chore: sync workflows
2 parents db77baa + 44cfb6e commit 07b9087

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
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', '18']
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
@@ -261,7 +262,7 @@ jobs:
261262
timeout-minutes: 3
262263
if: always()
263264
steps:
264-
- uses: technote-space/workflow-conclusion-action@v2
265+
- uses: technote-space/workflow-conclusion-action@v3
265266
- uses: 8398a7/action-slack@v3
266267
with:
267268
status: failure

0 commit comments

Comments
 (0)