Skip to content

Commit

Permalink
Update nodejs to use the LTS version for future deployments
Browse files Browse the repository at this point in the history
Signed-off-by: zFernand0 <fernando.rijocedeno@broadcom.com>
  • Loading branch information
zFernand0 committed Feb 11, 2022
1 parent 61a0b07 commit 62763b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ jobs:
with:
fetch-depth: 0

- name: Setup NodeJS
uses: actions/setup-node@v1
- name: Use Node.js LTS
uses: actions/setup-node@v2
with:
node-version: 12
node-version: lts/*

- name: Configure Git
run: |
Expand Down

0 comments on commit 62763b8

Please sign in to comment.