Skip to content

Commit

Permalink
ci(node): use node v16 in runners instead of v14
Browse files Browse the repository at this point in the history
  • Loading branch information
TasoOneAsia committed Nov 22, 2021
1 parent daaf21f commit d48a75a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
- name: Install dependencies NUI
run: yarn --frozen-lockfile
- name: Run Enzyme Tests
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
- name: Install dependencies NUI
run: yarn --frozen-lockfile
- name: Run Jest Tests
Expand Down

0 comments on commit d48a75a

Please sign in to comment.