Skip to content

Commit

Permalink
fix: node version in CI/CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HormCodes committed Jan 5, 2022
1 parent 98fb3d6 commit 3c03c7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
with:
fetch-depth: 0

- name: Use Node 12
- name: Use Node 14
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 14.x

- name: Use cached node_modules
uses: actions/cache@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
env:
CI: true

- name: Use Node 12
- name: Use Node 14
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 14.x

- name: Use cached node_modules
uses: actions/cache@v2
Expand Down

0 comments on commit 3c03c7b

Please sign in to comment.