ci: sync github action workflow w/ paramedic base configs (#362)

This commit is contained in:
エリス
2023-07-12 21:48:39 +09:00
committed by GitHub
parent fb684c6219
commit 06335fea28
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
# PLUGIN'S EXTRA STEP