diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 9482e0d..5a5223c 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -20,7 +20,7 @@ on: node-active-lts-version: required: false type: string - default: "16" + default: "lts/*" secrets: NPM_TOKEN: required: true diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8038397..58e9610 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -20,15 +20,15 @@ on: node-maintenance-lts-version: required: false type: string - default: "14" + default: "lts/-1" node-active-lts-version: required: false type: string - default: "16" + default: "lts/*" node-current-version: required: false type: string - default: "18" + default: "current" jobs: ##############################################################################