Skip to content

Commit

Permalink
minimum node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseykulikov committed Feb 16, 2022
1 parent e602b43 commit f78440f
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 @@ -5,10 +5,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use node 12
- name: Use node 14
uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '14'
cache: 'yarn'
- run: yarn install
- run: yarn test

0 comments on commit f78440f

Please sign in to comment.