Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ftheirs committed Dec 15, 2021
1 parent 4c8ab8e commit e8550a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v2
with:
node-version: '14.4.0'
node-version: '14.17.0'
- name: Install yarn
run: |
npm install -g yarn
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v2
with:
node-version: '14.4.0'
node-version: '14.17.0'
- name: Install yarn
run: |
npm install -g yarn
Expand Down

0 comments on commit e8550a6

Please sign in to comment.