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

This commit is contained in:
エリス
2023-09-25 14:35:59 +09:00
committed by GitHub
parent 601400627e
commit ba3550161e
4 changed files with 19 additions and 15 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