Skip to content

Commit

Permalink
Update NodeJS used for package bumps to 18
Browse files Browse the repository at this point in the history
NodeJS 18 is what we use to build packages, so we also should generate
bumps using that. Otherwise the cache generated doesn't work and the
packages fail to build.
  • Loading branch information
evgeni authored and ekohl committed Dec 13, 2024
1 parent 394abf2 commit 605edf3
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 @@ -48,7 +48,7 @@ jobs:
if: ${{ matrix.npm_name != null }}
uses: actions/setup-node@v4
with:
node-version: 12
node-version: 18
- name: Install npm2rpm
if: ${{ matrix.npm_name != null }}
run: npm install --global npm2rpm
Expand Down

0 comments on commit 605edf3

Please sign in to comment.