diff --git a/.github/workflows/validate-address-service.yaml b/.github/workflows/validate-address-service.yaml index defd407..4e3bd99 100644 --- a/.github/workflows/validate-address-service.yaml +++ b/.github/workflows/validate-address-service.yaml @@ -8,9 +8,6 @@ on: # - "address-service/package*.json" workflow_dispatch: -env: - NODE_VERSION: "12" - defaults: run: working-directory: ./address-service @@ -23,7 +20,7 @@ jobs: - uses: actions/checkout@main - uses: actions/setup-node@main with: - node-version: ${NODE_VERSION} + node-version: "12" - name: Install dependencies run: npm ci - name: Unit tests w/ coverage