Skip to content

Commit

Permalink
fix node version on ci-cd
Browse files Browse the repository at this point in the history
  • Loading branch information
ZamoraEmmanuel committed Feb 14, 2022
1 parent 81534e1 commit 68e7154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up nodejs
uses: actions/setup-node@v2
with:
node-version: 'lts/*'
node-version: '14'
cache: 'npm'

- name: npm CI
Expand Down

0 comments on commit 68e7154

Please sign in to comment.