Skip to content

Commit

Permalink
Merge pull request #1670 from zowe/use-node14
Browse files Browse the repository at this point in the history
Use node 14 for now
  • Loading branch information
zFernand0 committed Feb 11, 2022
2 parents 803251b + d1b7775 commit 54ccad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Use Node.js LTS
uses: actions/setup-node@v2
with:
node-version: lts/*
node-version: 14

- name: Configure Git
run: |
Expand Down

0 comments on commit 54ccad2

Please sign in to comment.