Skip to content

Commit

Permalink
Merge pull request #30 from rtorrero/rpm-package
Browse files Browse the repository at this point in the history
Add Setup Node step
  • Loading branch information
rtorrero authored Feb 8, 2024
2 parents a7e14ed + a093766 commit d158811
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
- name: Configure OSC
run: |
mkdir -p $HOME/.config/osc
Expand Down

0 comments on commit d158811

Please sign in to comment.