Skip to content

Commit

Permalink
update node version syntax in address service validate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
skylermcnamee-hibc committed Nov 7, 2024
1 parent 6119ad9 commit f7976fa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/validate-address-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
# - "address-service/package*.json"
workflow_dispatch:

env:
NODE_VERSION: "12"

defaults:
run:
working-directory: ./address-service
Expand All @@ -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
Expand Down

0 comments on commit f7976fa

Please sign in to comment.