Skip to content

Commit

Permalink
chore: setup node when running tidelift alignment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Feb 15, 2022
1 parent 33feb26 commit cf875ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tidelift-alignment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: 16
- name: Alignment
uses: tidelift/alignment-action@main
env:
Expand Down

0 comments on commit cf875ee

Please sign in to comment.