ci(gh-action): sync with paramedic configs (#851)

This commit is contained in:
エリス
2023-09-06 02:27:41 +09:00
committed by GitHub
parent 0796f784c1
commit 64bd32d641
3 changed files with 12 additions and 8 deletions
+3 -3
View File
@@ -42,8 +42,8 @@ jobs:
node-version: 16
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ env.node-version }}
@@ -61,7 +61,7 @@ jobs:
npm ci
- name: Run paramedic install
if: ${{ endswith(env.repo, '/cordova-paramedic') != true }}
if: ${{ endswith(env.repo, '/cordova-paramedic') != true }}
run: npm i -g github:apache/cordova-paramedic
- name: Run paramedic tests