Skip to content

Commit

Permalink
Use nodejs 12 for version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms authored and ekohl committed Sep 13, 2023
1 parent 8817642 commit 2618fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if: ${{ matrix.npm_name != null }}
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 12
- name: Install npm2rpm
if: ${{ matrix.npm_name != null }}
run: npm install --global npm2rpm
Expand Down

0 comments on commit 2618fad

Please sign in to comment.