Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

chore: sync workflows #182

Merged
merged 3 commits into from
Jun 19, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
cache: yarn
if: env.RUNNING
- name: Install Package dependencies
Expand Down Expand Up @@ -62,6 +62,7 @@ jobs:
FILES: |
yarn.lock
jest.config.js
vite.config.ts
if: "! contains(env.COMMIT_MESSAGE, '[skip ci]') && ! contains(env.COMMIT_MESSAGE, '[ci skip]')"
- name: Set running flag
run: echo "RUNNING=" >> $GITHUB_ENV
Expand All @@ -83,7 +84,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
cache: yarn
if: env.RUNNING
- name: Install Package dependencies
Expand Down Expand Up @@ -112,7 +113,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
cache: yarn

- uses: technote-space/load-config-action@v1
Expand Down Expand Up @@ -171,14 +172,14 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
registry-url: https://registry.npmjs.org/
cache: yarn
if: env.RUNNING && matrix.target == 'npm'
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
registry-url: https://npm.pkg.github.com
cache: yarn
if: env.RUNNING && matrix.target == 'gpr'
Expand Down Expand Up @@ -235,7 +236,7 @@ jobs:
timeout-minutes: 3
if: always()
steps:
- uses: technote-space/workflow-conclusion-action@v2
- uses: technote-space/workflow-conclusion-action@v3
- uses: 8398a7/action-slack@v3
with:
status: failure
Expand Down