Skip to content

Commit

Permalink
Merge pull request #1669 from zowe/update-deployment
Browse files Browse the repository at this point in the history
fix(ci/cd): Update nodejs to use the LTS version for future deployments
  • Loading branch information
JillieBeanSim committed Feb 11, 2022
2 parents 61a0b07 + 62763b8 commit 803251b
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 803251b

Please sign in to comment.