Skip to content

Commit

Permalink
ci: change to node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobernardoaf authored Feb 9, 2024
1 parent cd175f0 commit 8403a01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node 16
- name: Setup Node 14
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '14'
- name: Install dependencies
run: |
npm install -g yarn
Expand Down

0 comments on commit 8403a01

Please sign in to comment.