Skip to content

Commit

Permalink
feat: update node 14 ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eumendoza committed Sep 28, 2022
1 parent d962970 commit 7285fd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 14
cache: yarn
- name: Install dependencies
run: yarn install
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 14
cache: yarn
- name: Install dependencies
run: yarn install
Expand All @@ -74,7 +74,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 14
registry-url: 'https://registry.npmjs.org'
- name: Configure CI Git User
run: |
Expand Down

0 comments on commit 7285fd3

Please sign in to comment.