Skip to content

Commit

Permalink
Update env var usage
Browse files Browse the repository at this point in the history
  • Loading branch information
GCHQDeveloper81 committed Jul 16, 2024
1 parent cdf2014 commit 43dccde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test+deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: $NODE_VERSION
node-version: '$NODE_VERSION'
cache: 'npm'

- name: Install dependencies
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: $NODE_VERSION
node-version: '$NODE_VERSION'
cache: 'npm'

- name: Install dependencies
Expand All @@ -87,7 +87,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: $NODE_VERSION
node-version: '$NODE_VERSION'

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 43dccde

Please sign in to comment.